Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 440 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 440 Bytes

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
  1. Install dependencies:
$ cd airgram-js-example
$ npm i
  1. Open .env and edit config, if it's necessary.

  2. Run example:

npm run dev