#Weather Mantis
- Homework for a Node course!
- A Node.js/Express web application for figuring out the weather.
npm install
- Generate a
.env
file in the root directory with your Wunderground API Key
WU_KEY=PUTKEYHERE
foreman start
- Visit port 5000
- Wunderground API Key
MIT