Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 585 Bytes

File metadata and controls

37 lines (29 loc) · 585 Bytes

WeatherApp-node-express

A simple Weather App

Getting started

Requirements

  • Node Version > 8.3.0 (ES6 Support)
  • NPM stable release
  • weatherbit.io apiKey

Setup

  1. Install via npm:
npm install
  1. create a new file config/server.json
  2. Add configurations to the file server.json
{
    "host" : "your-host",
    "port" : "your-port"
    "apikey": "your weatherbit.io apiKey"
}
  1. Start the page with:
npm run start

Example

WeatherApp

License

MIT © [Daniel Maia Dias]