A simple Weather App
- Node Version > 8.3.0 (ES6 Support)
- NPM stable release
- weatherbit.io apiKey
- Install via npm:
npm install
- create a new file config/server.json
- Add configurations to the file server.json
{
"host" : "your-host",
"port" : "your-port"
"apikey": "your weatherbit.io apiKey"
}
- Start the page with:
npm run start
MIT © [Daniel Maia Dias]