Node.js example for https://podcastindex.org
Hello, this is refactored source code written by me, originally from the Comic Strip Blogger.
How to Get Started:
-
Download node.js with npm from https://nodejs.org/en/download/ (available for Mac, Windows, Linux, Docker, etc)
-
Download this repository either via "git clone" or via "Download ZIP" menu under "Code" button
-
Replace "ABC" with proper values from https://api.podcastindex.org :
var apiKey = "ABC";
var apiSecret = "ABC"
- Execute in command line:
npm install
- Execute in command line:
node app.js