Skip to content

korobkin/futurama_quotes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuturamaQuotes

An OTP-application demonstrating how to handle state. An Agent keeps a list of Futurama-quotes and the Server-module implements the logic tied to the routes below.

The routes are:

GET / #=> Get all quotes
GET /quote #=> Same as above
GET /quote/random #=> Get a random quote
GET /quote/:id #=> Get by index in quote list
GET /quote/regex/:regex #=> Get quote matching :regex
GET /quote/by/:person #=> Get quotes featuring :person
POST /quote #=> Save a new quote

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%