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
- Host: GitHub
- URL: https://github.com/kgashok/fccquote
- Owner: kgashok
- Created: 2017-02-02T20:22:34.000Z (over 9 years ago)
- Default Branch: glitch
- Last Pushed: 2023-12-27T02:45:55.000Z (over 2 years ago)
- Last Synced: 2025-04-06T23:42:30.048Z (about 1 year ago)
- Topics: javascript, quotes-application
- Language: JavaScript
- Size: 699 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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