Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/febuiles/makeitpersonal
An experiment for music lovers.
https://github.com/febuiles/makeitpersonal
Last synced: 3 months ago
JSON representation
An experiment for music lovers.
- Host: GitHub
- URL: https://github.com/febuiles/makeitpersonal
- Owner: febuiles
- Created: 2011-12-22T08:15:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T00:37:33.000Z (almost 2 years ago)
- Last Synced: 2024-05-31T19:59:15.886Z (5 months ago)
- Language: Ruby
- Homepage: makeitpersonal.co
- Size: 31.5 MB
- Stars: 20
- Watchers: 6
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
makeitpersonal
===This is an experiment in music sharing.
Lyric Sharing
----
[It looks like this](http://makeitpersonal.co/febuiles/two-suns-in-the-sunset). Sign up and start sharing!Lyric Fetching Service
----
You can fetch lyrics from the website using a simple GET request to
`http://makeitpersonal.co/lyrics`. It expects two parameters, `artist` (artist name) and `title`
(song title). Try it out in the command line:curl -s "https://makeitpersonal.co/lyrics?artist=Protest%20the%20Hero&title=Tandem"
If you want full instructions on how to create a script to automate this task or if you want to
integrate this into your editor, check out [these instructions](https://gist.github.com/1549991).Bugs
----
Plese file bugs and requests in the [issue tracker](https://github.com/febuiles/makeitpersonal/issues).