Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 648 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 648 Bytes

node.js-podcastindex-org-example

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:

  1. Download node.js with npm from https://nodejs.org/en/download/ (available for Mac, Windows, Linux, Docker, etc)

  2. Download this repository either via "git clone" or via "Download ZIP" menu under "Code" button

  3. Replace "ABC" with proper values from https://api.podcastindex.org :

    var apiKey = "ABC";
    var apiSecret = "ABC"
  1. Execute in command line:
    npm install
  1. Execute in command line:
    node app.js