Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dweinstein/node-itunes-rss
Overengineered iTunes rss feed lister https://rss.itunes.apple.com/
https://github.com/dweinstein/node-itunes-rss
appstore cli feed genres ios itunes nodejs popularity ranking rss scraping
Last synced: about 1 month ago
JSON representation
Overengineered iTunes rss feed lister https://rss.itunes.apple.com/
- Host: GitHub
- URL: https://github.com/dweinstein/node-itunes-rss
- Owner: dweinstein
- Created: 2017-02-08T01:25:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T18:36:38.000Z (almost 8 years ago)
- Last Synced: 2024-04-29T07:44:00.560Z (8 months ago)
- Topics: appstore, cli, feed, genres, ios, itunes, nodejs, popularity, ranking, rss, scraping
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/itunes-rss-cli
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/dweinstein/node-itunes-rss.svg?branch=master)](https://travis-ci.org/dweinstein/node-itunes-rss)
# SYNOPSIS
A CLI tool for the iTunes RSS feed.
# USAGE
```sh
$ 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
```