New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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
  • Rubygems
  • Socket score

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc