airgram-ts-example
v1.2.0
Published
This is a simple example of basic usage [Airgram](https://github.com/airgram/airgram) for creating Telegram client with TypeScript.
Downloads
10
Maintainers
Readme
Basic usage Airgram with TypeScript
This is a simple example of basic usage Airgram for creating Telegram client with TypeScript.
Installation
- Clone repository:
$ git clone https://github.com/airgram/airgram-ts-example.git
- Install dependencies:
$ cd airgram-ts-example
$ npm i
Open
./env
and set your valuesRun example:
npm run dev