Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Hide API Keys with Node JS - Hiding API Keys with dotenv Environment Variables
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Install NodeJS
- 3 Install Package Dependencies
- 4 Create the API
- 5 Test a Route
- 6 Create the Weather API Route
- 7 Add an environment variable with dotenv
- 8 Create GET and POST Weather Routes
- 9 Test the GET and POST Dev Routes
- 10 Add a Rate Limiter
- 11 Protecting Your Routes
- 12 Your .gitignore file
- 13 Pulling the code from GitHub to Glitch
- 14 Testing the Live Glitch Routes