Telegram notification service

Parad0x eda18b4d6a - Extract signal handler to trigger on "SIGINT" and "SIGTERM" 7 vuotta sitten
.vscode 95be5430cf Init 7 vuotta sitten
flow-typed 95be5430cf Init 7 vuotta sitten
src eda18b4d6a - Extract signal handler to trigger on "SIGINT" and "SIGTERM" 5 vuotta sitten
.babelrc 95be5430cf Init 7 vuotta sitten
.flowconfig 266366257a - Update flow's config to support getters\setters 5 vuotta sitten
.gitignore 1245b6c632 - Add authentication for telegram user 5 vuotta sitten
LICENSE.md 492c8b3f2c - Fixed license author and year 5 vuotta sitten
README.md 95be5430cf Init 7 vuotta sitten
client.js 95be5430cf Init 7 vuotta sitten
nodemon.json 95be5430cf Init 7 vuotta sitten
package-lock.json 8516c72d51 - Add .env configuration 5 vuotta sitten
package.json 8516c72d51 - Add .env configuration 5 vuotta sitten

README.md

Flow project template

Simple template to save some time

Dev tools

  • Flow
  • Babel
    • presets:
    • env (target: node 8.10)
    • flow
    • plugin:
    • rest spread
  • Nodemon

Scripts

start

node src/index.js

startDev

nodemon src/index.js

prebuild

rm -rf dst

build

babel -d dst src/