Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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);
})
})
```