aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-09-28 20:28:18 +0300
committerValentin Popov <info@valentineus.link>2017-09-28 20:28:18 +0300
commitba42758715c8f93a5ce50a9201659979d43897fe (patch)
treef3c72c529f56deace0a1371903faa14bdcb9cc15 /README.md
parent677996e5352f77016a666468f343dc35f690863f (diff)
downloadiii-client-ba42758715c8f93a5ce50a9201659979d43897fe.tar.xz
iii-client-ba42758715c8f93a5ce50a9201659979d43897fe.zip
Release of version 2.1.0.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index be885bd..c673c29 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,18 @@ Simple API for communicating with the bot of the \"iii.ru\" service.
- Installation and processing of sessions.
## Installation
+NodeJS:
```bash
npm install --save iii-client
```
+Browser:
+```html
+<script src="https://unpkg.com/iii-client@latest/dist/bundle.js">
+ /* client - This is the global name for accessing the package */
+</script>
+```
+
## Using
An example of a connection, receiving session identification and sending a bot message:
```javascript