You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ruby-echonest

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ruby-echonest

0.5.0
bundlerRubygems
Version published
Maintainers
1
Created
Source

ruby-echonest Build Status

A Ruby interface for Echo Nest Developer API

Description

Installation

Archive Installation

rake install

Gem Installation

gem install ruby-echonest

Features/Problems

Only supports the API for Track http://developer.echonest.com/docs/v4/track.html

Synopsis

require 'echonest'

filename = 'foo.mp3'
echonest = Echonest('YOUR_API_KEY')

analysis = echonest.track.analysis(filename)
beats    = analysis.beats
segments = analysis.segments

Thanks

koyachi for original idea http://gist.github.com/87086

FAQs

Package last updated on 18 Apr 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts