Skip to content

Instantly share code, notes, and snippets.

@theDreamer911
Last active April 18, 2021 02:44
Show Gist options
  • Save theDreamer911/27282845aab8e963b523990a58383a3e to your computer and use it in GitHub Desktop.
Save theDreamer911/27282845aab8e963b523990a58383a3e to your computer and use it in GitHub Desktop.
const fetch = require("node-fetch");
fetch("https://type.fit/api/quotes")
.then((response) => response.json())
.then((data) => console.log(data))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment