git clone https://github.com/hartontw/ivoox-rss.git
cd ivoox-rss
npm install
npm start
HOST
default localhost
PORT
default 3000
Is possible create a file called .env
in the root directory (same level as this README).
Example:
HOST=192.168.1.10
PORT=4000
Create a file named feeds.json
in the root directory (same level as this README).
Example:
{
"Astrobitacora": {
"url": "https://www.ivoox.com/feed_fg_f1742945_filtro_1.xml",
"redirects": 5
}
}
The seek functionalitty is not working. The field redirects
is for redirect the last n
episodes to enable seeking for those at least. High values in this field implies longer response time.