0.1.4 • Published 5 years ago

airgram-js-example v0.1.4

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
5 years ago

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. Run example:
npm run dev