1.1.2 • Published 4 years ago

soundcloud2podcast v1.1.2

Weekly downloads
5
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

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:
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.

License

GPL.

You can contact me for another license.

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago