airgram / airgram-js-example

Basic usage Airgram with JavaScript
GNU General Public License v3.0
13 stars 7 forks source link

Usage Airgram with JavaScript

This is a simple example of basic usage Airgram for creating Telegram client with JavaScript.

Installation

  1. Clone repository:
    $ git clone https://github.com/airgram/airgram-js-example.git
  2. Install dependencies:
$ cd airgram-js-example
$ npm i
  1. Open .env and edit config, if it's necessary.

  2. Run example:

    npm run dev