Telegram notification service

Parad0x 792d6d5ce6 - Add triming operator before executing 7 anni fa
.vscode 95be5430cf Init 7 anni fa
flow-typed 95be5430cf Init 7 anni fa
src 792d6d5ce6 - Add triming operator before executing 5 anni fa
.babelrc 95be5430cf Init 7 anni fa
.flowconfig 266366257a - Update flow's config to support getters\setters 5 anni fa
.gitignore 1245b6c632 - Add authentication for telegram user 5 anni fa
LICENSE.md 492c8b3f2c - Fixed license author and year 5 anni fa
README.md 95be5430cf Init 7 anni fa
client.js 95be5430cf Init 7 anni fa
nodemon.json 95be5430cf Init 7 anni fa
package-lock.json 1245b6c632 - Add authentication for telegram user 5 anni fa
package.json 1245b6c632 - Add authentication for telegram user 5 anni fa

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/