Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rilysh/soundcloud-info

🥗 A soundcloud scrapper in node.js
https://github.com/rilysh/soundcloud-info

scrapper-script soundcloud soundcloud-api

Last synced: 3 months ago
JSON representation

🥗 A soundcloud scrapper in node.js

Awesome Lists containing this project

README

        

# soundcloud-info
A simple and lightweight SoundCloud scrapper in node.js

## How to use
- First clone the GitHub repository `git clone https://github.com/Ruzie/soundcloud-info.git`
- Move to that cloned folder and execute `yarn && tsc`

### Example
```js
const { Search } = require("./index.js");

(async () => {
const test = new Search();
const data = await test.get("nwantiti");
console.log(data);
})();
```

## Issues & Contribution
If you encounter with any kind of issue, please feel free to create an [issue](https://github.com/Ruzie/soundcloud-info/issues/new). Pull requests are welcome!