local Webserver for your favorite RSS-Feeds and Youtube-Channels
- Polaris tiny server framework
- Power HTML for parsing and manipulating HTML
- Moment.js to display relative Time
- Download Repo and unzip content on your local disc
- Edit feeds in demoReader.ps1
- Run powershell webServer.ps1 to start the service
- Open http://localhost:8800/demo.html in your Web-Browser
- docker build -t newsserver .
- docker run -d -p 8800:8800 newsserver