Telegram notification service

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

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/