Quote of The Day
N/A
- N/A N/A
Hey there fellow developer!
So you wanna embed our current Quote of The Day into your project? Great.. You have come to the right place!
In a few lines of code you will have our Quote of The Day in your project.
Lets get started!
#1. Locate a library of your choice to handle http requests and learn how to use it's very basics.
#2. Send a GET
Request to the following URL https://worrify.com/api/v1/quote-of-day
#3. This will return a JSON object stating the data and wether the response was ok or not.
#4. If the response was OK
you will be able to access the data which can be accessed at data.[field]
The data fields are data.quote
, data.author
and data.year