Skip to content

Instantly share code, notes, and snippets.

View pedroanicetoo's full-sized avatar
🐶

Pedro Aniceto pedroanicetoo

🐶
  • Goiânia - Goiás
  • 13:36 (UTC -03:00)
  • X @pedrongou
View GitHub Profile
require 'rubygems'
require 'sinatra'
require 'redis'
# To use, simply start your Redis server and boot this
# example app with:
# ruby example_note_keeping_app.rb
#
# Point your browser to http://localhost:4567 and enjoy!
#