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.
tdlib-fork/example/javascript/README.md

14 lines
206 B
Markdown
Raw Normal View History

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