Skip to content

reactivepod/fido

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Fido Build Status

Fetch reviews for one or more podcasts from a list of countries on the command line.

Installation

npm install -g @reactive/fido

Configuration

A default configuration is present in ./.fido. The file is in json format. To override the configuration it is suggested to create a file with the same syntax in ~/.fido.

{
  'podcasts': [
    {
      'name': 'Reactive',
      'podcastId': '1020286000',
      'countries': ['us', 'de', 'gb', 'se', 'ca', 'at', 'au', 'se', 'nl', 'br', 'mx', 'ru', 'gr', 'ar', 'za', 'ch', 'pt']
    },
    {
      'name': 'Descriptive',
      'podcastId': '926224392',
      'countries': ['us', 'de', 'gb', 'se', 'ca', 'at', 'au', 'se', 'nl', 'br', 'mx', 'ru', 'gr', 'ar', 'za', 'ch', 'pt']
    }
  ]
}

Usage

fido -h

License

MIT © Reactivists

About

Get podcast reviews from the iTunes API for one or more podcasts and a list of stores.

Resources

License

Stars

Watchers

Forks

Packages

No packages published