CS290-API-HowTo is a small express.js web app that serves a how-to guide for the Twitch API that was created for an Oregon State University CS290 - Web Development assignment.
- Install NodeJS
- Clone this repository
- Obtain a Twitch API Client ID
- Insert your client ID at line 12 of apiCalls.js so it reads
var clientId = 'client_id=YOUR_CLIENT_ID';
- Run
node apiCalls.js
at theCS290-API-HowTo/
directory. - Visit http://localhost:8080