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).
- Host: GitHub
- URL: https://github.com/stursby/hyped
- Owner: stursby
- Created: 2013-10-07T22:36:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-13T23:13:45.000Z (over 12 years ago)
- Last Synced: 2025-06-25T05:04:33.385Z (about 1 year ago)
- Topics: hype-machine, hypem, music
- Language: CSS
- Size: 239 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hyped
[](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.

## 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