Skip to content

Instantly share code, notes, and snippets.

@wwwmarcos
Last active January 27, 2018 01:15
Show Gist options
  • Save wwwmarcos/1a8ce98c30f525819209f27cab8c02ae to your computer and use it in GitHub Desktop.
Save wwwmarcos/1a8ce98c30f525819209f27cab8c02ae to your computer and use it in GitHub Desktop.
import axios from 'axios'
axios({
method:'get',
url:'http://dogs.com'
})
.then(dogs => console.log(dogs.data))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment