Skip to content

Instantly share code, notes, and snippets.

@olehwebdev
Last active February 3, 2018 23:15
Show Gist options
  • Save olehwebdev/d8e930e8e76303ae47f207aee5ce2fc2 to your computer and use it in GitHub Desktop.
Save olehwebdev/d8e930e8e76303ae47f207aee5ce2fc2 to your computer and use it in GitHub Desktop.
axios.get(https://www.googleapis.com/youtube/v3/search?key={API_KEY}&channelId={CHANNEL_ID}&part=snippet,id&order=date&maxResults=2)
.then(result => {
console.log(result)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment