Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 782 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 782 Bytes

Atheist quotes API

Because I'm an Atheist. Just a ridiculously simple Node server.

Production host

https://atheists.herokuapp.com/v1/quotes

The Access-Control-Allow-Origin header is set to * so that you can make requests from any domain.

APIs

GET /v1/quotes

Returns an array with one quote:

[
	"The way to see by faith is to shut the eye of reason - Benjamin Franklin"
]

GET /v1/quotes/<count>

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"
]

Todos

  • Make it better...keep adding and spread the knowledge