diff options
author | Valentin Popov <info@valentineus.link> | 2017-09-28 20:28:18 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-09-28 20:28:18 +0300 |
commit | ba42758715c8f93a5ce50a9201659979d43897fe (patch) | |
tree | f3c72c529f56deace0a1371903faa14bdcb9cc15 /README.md | |
parent | 677996e5352f77016a666468f343dc35f690863f (diff) | |
download | iii-client-ba42758715c8f93a5ce50a9201659979d43897fe.tar.xz iii-client-ba42758715c8f93a5ce50a9201659979d43897fe.zip |
Release of version 2.1.0.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |