Telegram notification service

Parad0x 7918ee1b49 - Add app autorisation through Telegram 7 жил өмнө
.vscode 95be5430cf Init 7 жил өмнө
flow-typed 95be5430cf Init 7 жил өмнө
src 7918ee1b49 - Add app autorisation through Telegram 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/