Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 259 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 259 Bytes

build

$ npm install
$ npm start

config.ts

export class Config {
    public static readonly telegramToken: string = "<your telegram token>";
    public static readonly trackerAPIKey: string = "<your sweet tracker api token>";
}