Skip to content

A Node.js weather app from the codeburst.io tutorial.

Notifications You must be signed in to change notification settings

hikurangi/node-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-weather

A command-line based Node.js weather app from the Codeburst.io tutorial found here.

To use:

You'll need Node.js installed and NPM (packaged with Node) or Yarn, depending on your favourite flavour of package manager.

  1. Enter git clone https://github.com/hikurangi/node-weather.git && cd node-weather.
  2. Then npm i or yarn to install dependencies.
  3. Get an API key from https://openweathermap.org/.
  4. Create a .env file in the node-weather folder and add the following line with your API key where it belongs, as in: OWM_KEY=your key here.
  5. Check the weather in your city by running npm start Eketahuna or yarn start Bulls.
  6. Enjoy!

About

A Node.js weather app from the codeburst.io tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published