pawel-slowik / rss-csv

Download RSS feed and save it into a CSV file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage

Download a RSS/Atom feed and save its contents into a CSV file.

Note: this is a job interview task, not a complete solution.

Installation

docker-compose build dev-cli
docker-compose run --rm dev-cli composer install

Usage

List of commands:

docker-compose run --rm dev-cli ./src/console.php list

Help for a command:

docker-compose run --rm dev-cli ./src/console.php command --help

About

Download RSS feed and save it into a CSV file

License:MIT License


Languages

Language:PHP 98.9%Language:Dockerfile 1.1%