Because I'm an Atheist. Just a ridiculously simple Node server.
https://atheists.herokuapp.com/v1/quotes
The Access-Control-Allow-Origin
header is set to *
so that you can make requests from any domain.
Returns an array with one quote:
[
"The way to see by faith is to shut the eye of reason - Benjamin Franklin"
]
Returns an array with <count>
quotes e.g. GET /quotes/2
[
"The way to see by faith is to shut the eye of reason - Benjamin Franklin",
"I'd take the awe of understanding over the awe of ignorance any day. ― Douglas Adams"
]
- Make it better...keep adding and spread the knowledge