Telegram notification service

Parad0x 1245b6c632 - Add authentication for telegram user 7 سال پیش
.vscode 95be5430cf Init 7 سال پیش
flow-typed 95be5430cf Init 7 سال پیش
src 1245b6c632 - Add authentication for telegram user 5 سال پیش
.babelrc 95be5430cf Init 7 سال پیش
.flowconfig 95be5430cf Init 7 سال پیش
.gitignore 1245b6c632 - Add authentication for telegram user 5 سال پیش
LICENSE.md 492c8b3f2c - Fixed license author and year 5 سال پیش
README.md 95be5430cf Init 7 سال پیش
client.js 95be5430cf Init 7 سال پیش
nodemon.json 95be5430cf Init 7 سال پیش
package-lock.json 1245b6c632 - Add authentication for telegram user 5 سال پیش
package.json 1245b6c632 - Add authentication for telegram user 5 سال پیش

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/