Sha256: 4523e9dec929626a96c384a9ec7e63d68edff1e2c3df2dfef8eacb19deedb20e

Contents?: true

Size: 652 Bytes

Versions: 1

Compression:

Stored size: 652 Bytes

Contents

# Speechpad
A Ruby wrapper for the Speechpad API

[![Build Status](https://secure.travis-ci.org/upworthy/speechpad.png?branch=master)][travis]
[travis]: http://travis-ci.org/upworthy/speechpad

## Installation

    $ gem install speechpad

## Documentation


## Usage Examples
    require 'spechpad'

    @client = Speechpad::Client.new({access_key: "abc123", secret_key: "xyz456"})

    #add_audio_url
    a = @client.add_audio_url('https://www.speechpad.com/is_a.mp3')
    a.response.audio_id # => 63068

## Copyright
Copyright (c) 2013 Upworthy. See [LICENSE][] for details.

[license]: https://github.com/upworthy/speechpad/blob/master/LICENSE.md

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
speechpad-0.0.1 README.md