Telegram notification service

Parad0x cf3d927e16 - Add "auth" to App model 7 lat temu
.vscode 95be5430cf Init 7 lat temu
flow-typed 95be5430cf Init 7 lat temu
src cf3d927e16 - Add "auth" to App model 5 lat temu
.babelrc 95be5430cf Init 7 lat temu
.flowconfig 95be5430cf Init 7 lat temu
.gitignore 2af8034a85 - Add "Queue.js" 5 lat temu
LICENSE.md 492c8b3f2c - Fixed license author and year 5 lat temu
README.md 95be5430cf Init 7 lat temu
client.js 95be5430cf Init 7 lat temu
nodemon.json 95be5430cf Init 7 lat temu
package-lock.json cf3d927e16 - Add "auth" to App model 5 lat temu
package.json cf3d927e16 - Add "auth" to App model 5 lat temu

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/