The API that powers craigslistpoetry.com. Written in Rails 5, the latest and greatest.
This project provides the following:
- An API to: create a poem, retrieve a paginated list of poems, retrieve a single poem.
- Sends out a daily email to all
AdminUser
s that displays how many poems were generated in the past day. - Tweets out a poem periodically around the day to @craigslistpoems
Please see related repos to this project:
- craigslistpoetry-frontend repo, which is written in Ember
- craigslistpoetry-api-chef repo, which consists of Chef recipes used to provision a cloud server to run this repo.