Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 959 Bytes

README.textile

File metadata and controls

19 lines (12 loc) · 959 Bytes

Spoiler Alert

An open source web service (powered by sinatra) that provides spoilers to popular subjects.
It is inspired by an unsolicited and thorough summary of M Knight Shyamalan’s The Devil by – Jeff Ng.

For a node/express port of this see nodanaonlyzuul/spoilers-node.

Example Session

curl http://localhost:4567/spoilers/the-others
=> {"spoiler":"Nicole Kidman is the one who's actually dead. The 'ghosts' are live people in our world."}

curl http://localhost:4567/spoilers/the-godfather-2
=> {"spoiler":"Fredo sold Michael out. He broke his heart."}

curl http://localhost:4567/spoilers/the-crying-game
=> {"spoiler":"Dil - The beautiful woman is actually a man and it complicates Stephen Rea's character's feelings."}

Please add spoilers to config/spoilers.yml and rock a pull request.