Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unhappychoice/intercom_summary
Displays intercom summary information
https://github.com/unhappychoice/intercom_summary
cli intercom ruby
Last synced: 3 months ago
JSON representation
Displays intercom summary information
- Host: GitHub
- URL: https://github.com/unhappychoice/intercom_summary
- Owner: unhappychoice
- License: mit
- Created: 2017-02-21T03:17:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T10:59:40.000Z (over 1 year ago)
- Last Synced: 2024-10-11T00:52:03.750Z (4 months ago)
- Topics: cli, intercom, ruby
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# IntercomSummary
[![Gem Version](https://badge.fury.io/rb/intercom_summary.svg)](https://badge.fury.io/rb/intercom_summary)
[![Dependency Status](https://gemnasium.com/badges/github.com/unhappychoice/intercom_summary.svg)](https://gemnasium.com/github.com/unhappychoice/intercom_summary)
![](http://ruby-gem-downloads-badge.herokuapp.com/intercom_summary?type=total)## Installation
```ruby
gem 'intercom_summary'
```or
```sh
$ gem install intercom_summary
```## Usage
```
INTERCOM_APP_ID=your_app_id INTERCOM_APP_KEY=your_app_key intercom_summary
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/unhappychoice/intercom_summary. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).