Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)