soundcloud-searcher

0.3.1 • Public • Published

Soundcloud Searcher

Search soundcloud and find good tracks. Filter them by genre to extract what you need.

Installation

npm i --save soundcloud-searcher

Usage

var scSearcher = require('soundcloud-searcher')
 
// Initi with your clientId. https://soundcloud.com/you/apps
scSearcher.init('YOUR_CLIENT_ID')
 
var options = {
  name: 'witcher3',
  limit: 5, genres: [scSearcher.genre.Soundtrack],
  tags: ['videogame', 'witcher']
}
 
scSearcher.search(options)
  .then((result) => {
    console.log(result)
  })
  .catch((error) => {
    console.log(error)
  })
 
// ...

License

The files included in this repository are licensed under the MIT license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.1
    1
  • 0.3.0
    1
  • 0.2.0
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i soundcloud-searcher

Weekly Downloads

2

Version

0.3.1

License

MIT

Last publish

Collaborators

  • evidence
  • lemaik
  • redbeard0091
  • saschb2b