Telegram notification service

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

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/