Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amiad/node-soundcloud2podcast
- Owner: amiad
- License: gpl-3.0
- Created: 2018-02-14T13:25:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-25T22:14:21.000Z (almost 5 years ago)
- Last Synced: 2024-12-08T19:39:20.124Z (15 days ago)
- Topics: feed, podcast, rss, soundcloud
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/soundcloud2podcast
- Size: 863 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.