joshmorel / twitch-tv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitch.tv Lister

Completion of Use the Twitchtv JSON API Free Code Camp challenge utilizing Vanilla JS (ES6).

Example

https://codepen.io/freeCodeCamp/full/Myvqmo

User Stories

  • I can see whether Free Code Camp is currently streaming on Twitch.tv.
  • I can click the status output and be sent directly to the Free Code Camp's Twitch.tv channel.
  • if a Twitch user is currently streaming, I can see additional details about what they are streaming.

Hints

  1. See an example call to Twitch.tv's JSONP API at http://forum.freecodecamp.org/t/use-the-twitchtv-json-api/19541.
  2. The relevant documentation about this API call is here: https://dev.twitch.tv/docs/v5/reference/streams/#get-stream-by-user.
  3. Here's an array of the Twitch.tv usernames of people who regularly stream: ["ESL_SC2", "OgamingSC2", "cretetion", "freecodecamp", "storbeck", "habathcx", "RobotCaleb", "noobs2ninjas"]

About


Languages

Language:JavaScript 78.1%Language:CSS 15.0%Language:HTML 7.0%