Hello,
I’m looking for the exact random quote API used in the Welcome page of https://www.freecodecamp.org
cf screenshot above
Hello,
I’m looking for the exact random quote API used in the Welcome page of https://www.freecodecamp.org
cf screenshot above
Made a account to say this:
Just request the freecodecamp welcome website and .split("-")
and .split("\"")
Then find the split number of the "'s for The quote, and get it
and the - for the author
The quotes are generated from a JSON file which are randomly grabbed by a utility function when the page loads.