Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lab2023/cctalk

Ruby ccTalk wrapper
https://github.com/lab2023/cctalk

Last synced: 2 months ago
JSON representation

Ruby ccTalk wrapper

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