Skip to content

Instantly share code, notes, and snippets.

@pprathameshmore
Created May 25, 2020 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pprathameshmore/f731d50e65f225e2d89c62be80cb0421 to your computer and use it in GitHub Desktop.
Save pprathameshmore/f731d50e65f225e2d89c62be80cb0421 to your computer and use it in GitHub Desktop.
import axios from 'axios';
const response = await axios('https://quote-garden.herokuapp.com/api/v2/quotes/random');
console.log(response.data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment