Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/popomore/lrrrrc
Easy way to download lrc based on nodejs
https://github.com/popomore/lrrrrc
Last synced: about 2 months ago
JSON representation
Easy way to download lrc based on nodejs
- Host: GitHub
- URL: https://github.com/popomore/lrrrrc
- Owner: popomore
- Created: 2012-11-29T19:43:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-29T20:02:50.000Z (about 12 years ago)
- Last Synced: 2024-10-16T05:21:09.480Z (3 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lrrrrc
Easy way to download lrc based on nodejs
---
```
exports.search({artist: 'SHE', title: '美丽新世界'}, function(err, data) {
console.log(data);
exports.download(data[0], function(err, data) {
console.log(data);
})
})
```