Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lab2023/cctalk
Ruby ccTalk wrapper
https://github.com/lab2023/cctalk
Last synced: 2 months ago
JSON representation
Ruby ccTalk wrapper
- Host: GitHub
- URL: https://github.com/lab2023/cctalk
- Owner: lab2023
- License: mit
- Created: 2014-08-20T14:44:53.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2014-08-21T18:31:12.000Z (over 10 years ago)
- Last Synced: 2023-08-02T07:12:54.516Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 156 KB
- Stars: 6
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ccTalk
[![Build Status](https://travis-ci.org/marjinal1st/cctalk.svg?branch=develop)](https://travis-ci.org/marjinal1st/cctalk)
Ruby ccTalk wrapper
## Installation
Add this line to your application's **Gemfile**:
```ruby
gem 'cctalk'
```And then execute:
```bash
$ bundle install
```Or install it yourself as:
```bash
$ gem install cctalk
```## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( https://github.com/marjinal1st/cctalk/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request