airgram-js-example

Basic usage of Airgram with JavaScript

Usage no npm install needed!

<script type="module">
  import airgramJsExample from 'https://cdn.skypack.dev/airgram-js-example';
</script>

README

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