A motivational quote generator using JavaScript and RESTful API
- Sends a get request to a RESTful API to get over 1000 motivational quotes, stores them locally and shows you one at random.
- If the user is log in you can tweet your motivational quote without having to copy and paste it.
- Allows the user to refresh the quote from a plethora of different quotes stored locally.
- If the API is down it will use a handful of quotes from the local storage.