AtaGowani / daily-motivation

Chrome extension that displays a new motivational quote every time a new tab is opened.
https://chrome.google.com/webstore/detail/daily-motivation-motivati/nonnkklkpbokmppgochfdamhihaijdin
Apache License 2.0
35 stars 19 forks source link

Make Quotes Dynamic #16

Open RichardSantillan opened 5 years ago

RichardSantillan commented 5 years ago

Update Quotes (at least) Daily

Possible Error/Fix

nishant-nimbare commented 4 years ago

I could try this, free API's without need of any authkey :

do you have any other in mind? Also, how many of the quotes do you want to come of the API? like 50% from the local stored JSON and rest form API?

AtaGowani commented 3 years ago

Sort of a late reply. But I see this as being the main source of quotes and the local JSON as a fallback if there is ever a timeout or failure.

nishant-nimbare commented 3 years ago

@AtaGowani i've opened a pr #32 for fetching quotes from Quotable. It doesn't save the fetched quotes into json file. So it is not exactly what @RichardSantillan has suggested, but its a start.