npm install

This commit is contained in:
Mahdi Dibaiee 2015-06-30 12:17:14 +04:30
parent 13b162d274
commit c0308f5287

View File

@ -8,8 +8,12 @@ for any bugs you find or any suggestions you have.
npm install telegram-api
```
If you are cloning this repository, remember to run `npm install` to install dependencies.
The code is well documented. I'm trying to integrate JSDoc / ESDoc into our repository for an easy to access documentation.
---
All Telegram API methods are accessible through `api` property of bots.
```javascript