README

First time using Rails 5, wanted to create a simple Twitter retrieval mechanism to grab the latest tweets and send them via json to clients.

Using the twitter gem for the actual "getting the tweets" part.

Also, useful for utilizing rack-cors to allow for CORS on a specific set of domains (set in environmental variable).