An open API service indexing awesome lists of open source software.

https://github.com/kgashok/fccquote

Random Quote Generator
https://github.com/kgashok/fccquote

javascript quotes-application

Last synced: 4 months ago
JSON representation

Random Quote Generator

Awesome Lists containing this project

README

          

# Quote Generator

1. Hover over and click on the Twitter button to post to Twitter
2. Click on the author to know more about him on Wikipedia
3. Click on the actual quote itself to generate a Printable version

## API Used

http://forismatic.com/en/api/
- I first used the output in the HTML version
- And then switched to the JSON version to make it more versatile


## Updates on Express framework
- http://j.mp/postExpress
- [Analogy with ordering](http://j.mp/eatingExpress)
- [Promises and Express](http://j.mp/promiseExpress)

## Using Unirest
- http://unirest.io/nodejs.html