Telegram notification service

Parad0x 6a07c9e4d2 - Added TODO il y a 6 ans
.vscode 8fdc1faa82 - Moved to typescript il y a 5 ans
src 58921567a4 - Added JSDocs for most functions il y a 5 ans
systemd-unit b6c72c2ebb - Added systemd unit file il y a 5 ans
.gitattributes 8fdc1faa82 - Moved to typescript il y a 5 ans
.gitignore 215808bbec - Add packaging script il y a 5 ans
LICENSE.md 492c8b3f2c - Fixed license author and year il y a 5 ans
README.md 8fdc1faa82 - Moved to typescript il y a 5 ans
TODO 6a07c9e4d2 - Added TODO il y a 5 ans
client.js 8fdc1faa82 - Moved to typescript il y a 5 ans
nodemon.json aa569ca452 - Add debuging logs il y a 5 ans
package-lock.json 8fdc1faa82 - Moved to typescript il y a 5 ans
package.json 8fdc1faa82 - Moved to typescript il y a 5 ans
pkg.sh 457ebf151e - Fixed pkg.sh script final cwd il y a 5 ans
tsconfig.json 8fdc1faa82 - Moved to typescript il y a 5 ans

README.md

Totify

Dev tools

  • Typescript
  • Nodemon

Scripts

start

node src/index.js

startDev

nodemon src/index.js

build

tsc