This project uses this API https://api.forismatic.com to generate Quoutes. It also uses the twitter API https://developer.twitter.com/en to tweet the quoute on button press.
The project has an automated gulp workflow using SASS, Browserync and it is deployed live to GH-Pages. The project can be viewed live here: https://amsteffensen.github.io/QuoteGenerator/
To build the project use:
npm run build
To deploy the project use:
npm run deploy