Skip to content

ComicStrip/csharp-podcastindex-org-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

csharp-podcastindex-org-example

C# example for https://podcastindex.org

this source code was originally written by Dave Jones ( http://dave.sobr.org ) and only adapted by me (CSB) to run in multi-platform way

how to use (on mac and PC and Linux)

  1. download .NET (mono) for macOS, Linux, Windows, Docker from:

https://www.mono-project.com/download/stable/

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

  2. replace "ABC" with proper values from https://api.podcastindex.org :

    string apiKey = "ABC"; 
    string apiSecret = "ABC";
  1. compile:
    csc podcasting-index.cs
  1. run:
    mono podcasting-index.exe

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

Languages