Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 641 Bytes

File metadata and controls

20 lines (13 loc) · 641 Bytes

Weather App

An application that takes a user's input location and displays the temperature for that location.

Prerequisites

  1. Install nodeJS

Getting Started

  1. git clone https://github.com/egarcia410/nodeWeatherApp.git
  2. Navigate to cloned directory
  3. node init inside the terminal to install dependencies
  4. Register for a API key at DarkSky
  5. Insert API key on line 22 in app-promise.js file
  6. Run node app.js -a [INSERT_LOCATION_HERE]

License

This project is licensed under the MIT License - see the LICENSE.md file for details