Get Basic Soundcloud auto generated feed information
We have a podcast called DEVNAESTRADA, and our episodes are hosted by Soundcloud.
When we upload a new episode on Soundcloud, they generate a rss feed with our new information about episode, like: Title
, Url
, image cover
, mp3 url
and etc.
This script is just for help get the basic information that we need to put inside Github DNE project.
-
nodejs
andnpm
are required -
Run
npm i
, to install all dependencies -
Open
index.js
, and set your RSS soundcloud feed -
Run
npm start
, and get the information in terminal :)
We use Node FeedParser to get all information about the feed, credits for them :)