Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amiad/node-soundcloud2podcast

Convert Soundcloud playlist or user to podcast feed for NodeJS
https://github.com/amiad/node-soundcloud2podcast

feed podcast rss soundcloud

Last synced: 5 days ago
JSON representation

Convert Soundcloud playlist or user to podcast feed for NodeJS

Awesome Lists containing this project

README

        

# node-soundcloud2podcast
Convert Soundcloud playlist or user to podcast feed for NodeJS

## Usage
### Manually Download
1. Download node-soundcloud2podcast.
2. Install required dependencies with npm:
`$ npm install`
3. Run index.js:
`$ node index.js`
4. Transfer souncloud url in url parameter:
`http://example.com:3000/?url=https://soundcloud.com/user/`

### npm
1. Install soundcloud2podcast:
`$ npm i soundcloud2podcast`
2. Transfer souncloud url in url parameter:
`http://example.com:3000/?url=https://soundcloud.com/user/`
3. Two options:



  • Create object:

    ```js
    let Soundcloud2Podcast = require('soundcloud2podcast');
    new Soundcloud2Podcast(url, cacheTime);
    ```
    - `url` **url string** Url to the souncloud page to convert.
    - `cacheTime` _optional_ **string** Time to refresh the feed cache (example: `30 minutes`). Default: 1 hour.


  • Run index.js:


    node node_modules/soundcloud2podcast/index.js



## License
GPL.

You can contact me for another license.