Skip to content

dweinstein/node-itunes-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

SYNOPSIS

A CLI tool for the iTunes RSS feed.

USAGE

$ itunes-rss -h
  Usage: bin [options]

  Options:

    -h, --help               output usage information
    -V, --version            output the version number
    -f, --feed [feed]        Select feed (default: top_free_applications)
    -g, --genre [genre]      Select genre (default: all)
    -c, --country [country]  Select country (default: US)
    --format [json|xml]      Output format (default: json)
    -l, --limit [limit]      Limit/count (default 100)
    -F, --list-feeds         List feeds
    -G, --list-genres        List genres
    -C, --list-countries     List countries

INSTALL

$ npm i -g itunes-rss-cli