Skip to content

Commit

Permalink
spell scotty's name correctly, know the alphabet, re-order readme a t…
Browse files Browse the repository at this point in the history
…eensy bit
  • Loading branch information
tylerwilliams committed Aug 23, 2011
1 parent 7b4f2c2 commit 5b2472e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions AUTHORS
Expand Up @@ -3,6 +3,6 @@ pyechonest. The names are sorted alphabetically by last name.

Reid Draper
Ben Lacker
Scotty Verco
Tyler Williams
Scotty Vercoe
Brian Whitman
Tyler Williams
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -8,23 +8,23 @@ Pyechonest is an open source Python library for the Echo Nest API. With Pyechon
* **song** - search songs by artist, title, description, or attribute (tempo, duration, etc) and get detailed information back about each song, such as hotttnesss, audio_summary, or tracks.
* **track** - upload a track to the Echo Nest and receive summary information about the track including key, duration, mode, tempo, time signature along with detailed track info including timbre, pitch, rhythm and loudness information.

## Install
There are a few different ways you can install pyechonest:

* Use setuptools: "easy_install -U pyechonest"
* Download the zipfile from the [downloads](https://github.com/echonest/pyechonest/archives/master) page and install it.
* Checkout the source: "git clone git://github.com/echonest/pyechonest.git" and install it yourself.

## Getting Started
* Install Pyechonest
* **Get an API key** - to use the Echo Nest API you need an Echo Nest API key. You can get one for free at [developer.echonest.com](http://developer.echonest.com)
* **Get an API key** - to use the Echo Nest API you need an Echo Nest API key. You can get one for free at [developer.echonest.com](http://developer.echonest.com).
* **Set the API** key - you can do this one of two ways:
* set an environment variable named ECHO_NEST_API_KEY to your API key
* Include this snippet of code at the beginning of your python scripts:
from pyechonest import config
config.ECHO_NEST_API_KEY="YOUR API KEY"
* Check out the [docs](http://echonest.github.com/pyechonest/) and examples below.

## Install
There are a few different ways you can install pyechonest:

* Use setuptools: "easy_install -U pyechonest"
* Download the zipfile from the [downloads](https://github.com/echonest/pyechonest/archives/master) page and install it.
* Checkout the source: "git clone git://github.com/echonest/pyechonest.git" and install it yourself.

## Examples
*All examples assume you have already setup your api key!*

Expand Down

0 comments on commit 5b2472e

Please sign in to comment.