New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bassnode-ruby-echonest

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bassnode-ruby-echonest

  • 0.1.3
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

= echonest

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 'rubygems' require 'echonest'

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

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

traditional way

beats = echonest.get_beats(filename) segments = echonest.get_segments(filename)

== Thanks

{koyachi}[http://github.com/koyachi] for original idea http://gist.github.com/87086

== Copyright

Author:: youpy youpy@buycheapviagraonlinenow.com License:: MIT

FAQs

Package last updated on 12 Feb 2012

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