You may think Sinatra is just a blue-eyed singing mobster from the early 20th century; but Sinatra is also a really tiny web application framework!
With sinatra; we can quickly and easily make applications for people to use over the Internet!
- Fork and clone the repo
cd
on in!bundle install
cp .env.example .env
- Fill
.env
with your super secret twitter api key and secret from the twitter playground project. rackup
- Visit http://localhost:9292/ and play around!
- Fork and Clone this repo
- Read the Wiki to Get Started!