Project

speechpad

0.0
No commit activity in last 3 years
No release in over 3 years
A Ruby library for interacting with the Speechpad API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0

Runtime

~> 0.9.0
~> 3.4
~> 1.8
 Project Readme

Speechpad

A Ruby wrapper for the Speechpad API

[Build Status][travis] [travis]: http://travis-ci.org/upworthy/speechpad

Installation

$ gem install speechpad

Documentation

http://rdoc.info/gems/speechpad

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.