Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statful/statful-weather-collector
Small collector to try statful out. Reads data from open weather map and sends it to your statful account.
https://github.com/statful/statful-weather-collector
Last synced: 1 day ago
JSON representation
Small collector to try statful out. Reads data from open weather map and sends it to your statful account.
- Host: GitHub
- URL: https://github.com/statful/statful-weather-collector
- Owner: statful
- Created: 2019-07-04T13:43:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T17:00:10.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T15:02:20.678Z (7 months ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Statful Weather Collector
Collects data from [Open Weather Map](https://openweathermap.org/) and sends it to Statful.
This is the same data we collect for our [demo](https://demo.statful.com/).# How to use
Create a statful token (you can see how [here](https://www.statful.com/docs/settings-menu.html)) and update the [configuration](/conf/config.json).
Register at [Open Weather Map](https://home.openweathermap.org/users/sign_up) and update the [configuration](/conf/config.json) with the [Api Key]([here](https://home.openweathermap.org/api_keys)).
## Installation
Requires node v10.16.0.
`npm install`
## Running
`node main.js`
## Authors
[Mindera - Software Craft](https://github.com/Mindera)