This is a simple example of basic usage Airgram for creating Telegram client with JavaScript.
- Clone repository:
$ git clone https://github.com/airgram/airgram-js-example.git- Install dependencies:
$ cd airgram-js-example
$ npm i-
Open
.envand edit config, if it's necessary. -
Run example:
npm run dev