This repository has been archived on 2020-05-25. You can view files and clone it, but cannot push or open issues or pull requests.

14 lines
206 B
Markdown
Raw Normal View History

# TDLib JavaScript (Node.js) example
2018-06-05 08:20:07 +03:00
#### Requirements
- Node.js v9.0.0+
- [Prebuilt](https://github.com/tdlib/td#building) tdjson shared library
2018-06-05 08:20:07 +03:00
#### Run
```console
$ npm install
$ node example.js
```