Telegram notification service

Parad0x ca44aa3dd4 - Add basic notification 7 yıl önce
.vscode 95be5430cf Init 7 yıl önce
flow-typed 95be5430cf Init 7 yıl önce
src ca44aa3dd4 - Add basic notification 5 yıl önce
.babelrc 95be5430cf Init 7 yıl önce
.flowconfig 266366257a - Update flow's config to support getters\setters 5 yıl önce
.gitignore 1245b6c632 - Add authentication for telegram user 5 yıl önce
LICENSE.md 492c8b3f2c - Fixed license author and year 5 yıl önce
README.md 95be5430cf Init 7 yıl önce
client.js 95be5430cf Init 7 yıl önce
nodemon.json 95be5430cf Init 7 yıl önce
package-lock.json 1245b6c632 - Add authentication for telegram user 5 yıl önce
package.json 1245b6c632 - Add authentication for telegram user 5 yıl önce

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/