Skip to content

ComicStrip/node.js-podcastindex-org-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

node.js-podcastindex-org-example

node.js example for https://podcastindex.org

this is original source code written by me (CSB)

how to use:

  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 index.js

if you need support regarding this example, you want to give feedback or you have questions, just contact me on Twitter: https://twitter.com/csb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published