Michael-Scott-API icon indicating copy to clipboard operation
Michael-Scott-API copied to clipboard

Just a simple Sinatra REST API server to learn more about Sinatra/Ruby.

trafficstars

Michael-Scott-API

Try it out! https://michael-scott-quotes.herokuapp.com/quote

Prison Mike

Just a simple Sinatra REST API server to learn more about Sinatra/Ruby.

Demo

Inspired by: https://github.com/jamesseanwright/ron-swanson-quotes

API

GET /quote

Returns a random quote in this format:

{
  "quote": "NO! GOD! NO GOD PLEASE NO! NO! NOOOOOOOOOOOOOOOOOOOOOOOOOOOOO",
  "author": "Michael Scott"
}

How to run it

gem install sinatra

ruby Driver.rb

Go to: http://localhost:4567/quote