Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1140251/weatherapp-node-express
A simple Weather App
https://github.com/1140251/weatherapp-node-express
Last synced: 5 days ago
JSON representation
A simple Weather App
- Host: GitHub
- URL: https://github.com/1140251/weatherapp-node-express
- Owner: 1140251
- Created: 2018-07-12T16:26:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T13:52:27.000Z (over 5 years ago)
- Last Synced: 2024-04-18T04:40:43.875Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://npmjs.org):
```
npm install
```
2. create a new file config/server.json
3. Add configurations to the file server.json
```
{
"host" : "your-host",
"port" : "your-port"
"apikey": "your weatherbit.io apiKey"
}
```4. Start the page with:
```
npm run start
```## Example
![WeatherApp](./public/images/weather-app-example.png)
## LicenseMIT © [Daniel Maia Dias]