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

https://github.com/stursby/hyped

Display your latest loved songs from The Hype Machine (hypem.com).
https://github.com/stursby/hyped

hype-machine hypem music

Last synced: about 1 year ago
JSON representation

Display your latest loved songs from The Hype Machine (hypem.com).

Awesome Lists containing this project

README

          

# Hyped

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/stursby/hyped/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

Easily display your most recent loved songs from The Hype Machine - [hypem.com](http://hypem.com).

##### Click [here](http://sandbox.charliehield.com/hyped/) to see a demo.

![Screenshot](images/screenshot.png)

## Installation

#### via [Bower](http://bower.io)

```bash
$ bower install hyped
```

#### Manually

Make sure to include both `jQuery` and `jquery.hyped.js`.

```html

```

## Options

- `username` : `string` Your Hypem username - ***Required***
- `count` : `integer` Number of songs to return - **Default**: `5`
- `artwork` : `boolean` Display album artwork - **Default** : `true`
- `thumbSize` : `string` What size album artwork to show - **Default** : `medium`
- `small` : 50x50 px
- `medium` : 120x120 px
- `large` : 320x320 px
- `linked` : `boolean` Wrap song info in a clickable link - **Default** : `false`
- `loveCount` : `boolean` Display track love count - **Default** : `false`

## Example

HTML

```html


// Optional loading message / spinner


```

JavaScript

```javascript
$(".hyped").hyped({
username : "stursby",
linked : true,
count : 5,
loveCount : true
});
```

## License

Hyped is licensed [MIT](http://opensource.org/licenses/MIT)

* * *

Copyright (c) 2013 Charlie Hield