Skip to content

Instantly share code, notes, and snippets.

@AnderRV

AnderRV/index.js Secret

Created August 29, 2021 11:51
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 AnderRV/bebe4e0d2f328f574c1c437b2297ff8f to your computer and use it in GitHub Desktop.
Save AnderRV/bebe4e0d2f328f574c1c437b2297ff8f to your computer and use it in GitHub Desktop.
const axios = require('axios');
axios.get('https://scrapeme.live/shop/')
.then(({ data }) => console.log(data));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment