Skip to content

lymbix/lymbix_ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Lymbix

Lymbix is an easy to use wrapper for the Lymbix Tone API service to tonalize a phrase or passage.

To install the Lymbix gem see command below:

gem install lymbix

It is possible to tonalize a phrase like:

lymbix = Lymbix::Base.new(authentication_key) lymbix.api_version = 2.1 (available in gem version 0.4.3) lymbix.tonalize("I like ruby.")

To be able to access this resource - please go to Lymbix.com and create an account. You need to agree to the licensing terms, and your account needs to be approved. Once approved, you will be able to get your authentication key.

Note: The Lymbix gem requires the rest-client gem version >= 1.4.2

== Authors and credits

Authors:: Pat Roy, Josh Merchant, Matthew Lagacé, Mathieu Dargavel, Maxime Santerre Copyright:: Lymbix Inc License:: Subject to licensing terms - see http://www.lymbix.com

About

The ruby gem for our sentiment API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.0%
  • Ruby 27.3%
  • JavaScript 21.7%