Skip to content

1140251/WeatherApp-node-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

A simple Weather App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published