Skip to content

ls-miles-rostami/atheists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Atheist API built with node server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published