Skip to content

Refactor the Node.js Podcast Index API to use in JSON based back end environment successfully using advanced back end techniques such as crypto detection, the node fetch commands and created six files only for ease and comprehension.

Notifications You must be signed in to change notification settings

Kitamreik/complete-node-pod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Refactor the Node.js Podcast Index API to use in JSON based back end environment successfully using advanced back end techniques such as crypto detection, the node fetch commands and created six files only for ease and comprehension.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published