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/