项目作者: ericgoe

项目描述 :
A simple application which keeps track of the corona cases in Luxembourg.
高级语言: TypeScript
项目地址: git://github.com/ericgoe/corona-watcher.git
创建时间: 2020-03-17T12:02:42Z
项目社区:https://github.com/ericgoe/corona-watcher

开源协议:MIT License

下载


Corona-Watcher

This is a simple application, which uses the API of https://thevirustracker.com/ to keep track of the Co-vid cases in Luxembourg. If any change has been detected it sends out a Pushover.net notification to my phone.

Configuration

Copy config/config.sample.js to config/config.js and change the default values.

value: type infomation
developmentMode: boolean controls the priority of the Pushover Message (if true ? -1 : 2)
pushoverToken.application: string the Pushover.net application token
pushoverToken.user: string the Pushover.net user token
APIrequestInterval: number the timeout between API calls

Installation

Clone this repository, install the dependencies and run the app.

  1. $ cd corona-watcher
  2. $ npm install
  3. $ npm run start