An open API service indexing awesome lists of open source software.

https://github.com/youpy/scissor-echonest

Scissor extension to use Echo Nest Developers API
https://github.com/youpy/scissor-echonest

Last synced: 10 months ago
JSON representation

Scissor extension to use Echo Nest Developers API

Awesome Lists containing this project

README

          

= scissor-echonest

{Scissor}[http://github.com/youpy/scissor/tree/master] extension to use Echo Nest Developers API

== Description

== Installation

=== Archive Installation

rake install

=== Gem Installation

gem update --system
gem install gemcutter
gem tumble
gem install scissor-echonest

== Features/Problems

== Synopsis

require 'rubygems'
require 'scissor/echonest'

Scissor.echonest_api_key = 'YOUR_API_KEY'

# sort beats by duration
beats = Scissor('trans_europe_express.mp3').beats.
sort_by {|beat| beat.duration }

# join beats and write into file
Scissor.join(beats) > 'sorted.mp3'

== Copyright

Author:: youpy
Copyright:: Copyright (c) 2009 youpy
License:: MIT