Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukehackett/salesforce-live-chat-client
https://github.com/lukehackett/salesforce-live-chat-client
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukehackett/salesforce-live-chat-client
- Owner: LukeHackett
- License: mit
- Created: 2015-10-27T12:48:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T17:59:44.000Z (about 9 years ago)
- Last Synced: 2023-03-29T00:35:47.437Z (almost 2 years ago)
- Language: Ruby
- Size: 112 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Salesforce.com Live Chat Clients
An example Live Agent REST API implementation using Ruby. In addition to a client, a selenium based Agent has been
developed, to support incoming chat requests in an automated manner.[![Build Status](https://travis-ci.org/LukeHackett/salesforce-live-chat-client.svg)](https://travis-ci.org/LukeHackett/salesforce-live-chat-client)
[![Coverage Status](https://coveralls.io/repos/LukeHackett/salesforce-live-chat-client/badge.svg?branch=master&service=github)](https://coveralls.io/github/LukeHackett/salesforce-live-chat-client?branch=master)## Installation
The application utilises [bundler](http://bundler.io/) to manage it's dependencies. To install all the application's
dependencies, use bundler's install command:```ruby
bundle install
```### Supported Ruby Versions
Salesforce.com Live Chat Client supports Ruby 2.2.0 or higher.
## Usage
Checkout the [Getting Started][getting_started] guide.
[getting_started]: GETTING_STARTED.md
## License
Salesforce.com Live Chat Client is released under the [MIT License][license].
[license]: http://www.opensource.org/licenses/MIT