Skip to content

Instantly share code, notes, and snippets.

@burhanloey
Created April 3, 2018 15:31
Show Gist options
  • Save burhanloey/cb8eba42e34ec03c3368a21878080c00 to your computer and use it in GitHub Desktop.
Save burhanloey/cb8eba42e34ec03c3368a21878080c00 to your computer and use it in GitHub Desktop.
Twitch and Reddit API
Check if Twitch channel is live:
GET: https://api.twitch.tv/kraken/streams/mckentucky
-H 'Client-ID: <client_id>'
Check newest post in subreddit
GET: https://api.reddit.com/r/jombelajarjava/new?limit=3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment