https://github.com/cloudcmd/olark
extracted installation code for https://www.olark.com
https://github.com/cloudcmd/olark
cloudcmd contact olark
Last synced: 4 months ago
JSON representation
extracted installation code for https://www.olark.com
- Host: GitHub
- URL: https://github.com/cloudcmd/olark
- Owner: cloudcmd
- Created: 2016-05-26T07:51:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-04T11:33:33.000Z (almost 5 years ago)
- Last Synced: 2025-10-01T12:59:07.572Z (4 months ago)
- Topics: cloudcmd, contact, olark
- Language: JavaScript
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
# Olark
Extracted instalation code for [olark](https://www.olark.com) to install via npm.
## Install
```
npm i @cloudcmd/olark
```
## How to use?
```js
const olark = require('@cloudcmd/olark');
olark.identify('xxxx-xxx-xx-xxxx');
```
## License
MIT