web_programming.fetch_quotes

This file fetches quotes from the “ ZenQuotes API “. It does not require any API key as it uses free tier.

For more details and premium features visit:

https://zenquotes.io/

Attributes

API_ENDPOINT_URL

response

Functions

quote_of_the_day(→ list)

random_quotes(→ list)

Module Contents

web_programming.fetch_quotes.quote_of_the_day() list
web_programming.fetch_quotes.random_quotes() list
web_programming.fetch_quotes.API_ENDPOINT_URL = 'https://zenquotes.io/api'
web_programming.fetch_quotes.response