airgram-js-example
v0.1.4
Published
Basic usage of Airgram with JavaScript
Maintainers
Readme
Usage Airgram with JavaScript
This is a simple example of basic usage Airgram for creating Telegram client with JavaScript.
Installation
- Clone repository:
$ git clone https://github.com/airgram/airgram-js-example.git- Install dependencies:
$ cd airgram-js-example
$ npm i- Run example:
npm run dev