You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Alexey Velikiy 78e52db64b rm gitignore 6 years ago
..
build tmp include dependencies in dist/ 6 years ago
dist 138-webhook-on-alert-instead-of-tg-bot 6 years ago
src Fix alert endpoint env name 6 years ago
.babelrc node v0.10 support 6 years ago
README.md Add src 6 years ago
package.json Fix encoding module error 6 years ago
tsconfig.json node v0.10 support 6 years ago

README.md

Hastic server

REST server for managing data for analytics.

Running on 8000 port.

Build

npm install
npm run build

Run

npm start

Development

You should have nodemon module installed to run development server.

npm i -g nodemon
npm run dev