API to quickly fetch a random quote that Prophet Muhammad said.
- Using
fetch
JavaScript/TypeScript
const quote = await fetch("https://muhammad-quotes.deno.dev").then(r => r.text());
console.log(quote);
- Using
requests
Python
import requests
quote = requests.get("https://muhammad-quotes.deno.dev").text
print(quote)
or run a script to automate the task every 3 hours.
Refer to the LICENSE file.
Show some ❤️ by Buying me a Coffee ☕