Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yofr4nk/weather-app
App to serve a weather info about multiple zones
https://github.com/yofr4nk/weather-app
Last synced: about 18 hours ago
JSON representation
App to serve a weather info about multiple zones
- Host: GitHub
- URL: https://github.com/yofr4nk/weather-app
- Owner: yofr4nk
- Created: 2018-08-17T19:49:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T15:59:33.000Z (over 2 years ago)
- Last Synced: 2023-03-02T04:11:49.248Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather-server
API REST Koa server to serve info about weather
#### Requirements
Things what you need to install the server
- [docker](https://www.docker.com/)
- [docker-compose](https://docs.docker.com/compose/)
- [Dark-Sky-Service](https://darksky.net/dev)### Versions
Koa | Node | Npm |
--- | --- | --- |
***2.0.1*** | ***=8.9*** | ***5.6.0*** |### Get started
- Clone the project
```
git clone https://github.com/yofr4nk/weather-app.git
```### Environment vars
- `SKY_DARK_URI:` url with dev key to get weather conditions from Dark Sky service
### run docker-compose to install application
```
docker-compose up
```### To get a graphiql section
- http://localhost:3000/graphiql