https://github.com/alexus2033/powershell-news-aggregator
Webserver for RSS-Feeds and Youtube-Channels
https://github.com/alexus2033/powershell-news-aggregator
newsapp powershell rss-reader youtube
Last synced: 11 months ago
JSON representation
Webserver for RSS-Feeds and Youtube-Channels
- Host: GitHub
- URL: https://github.com/alexus2033/powershell-news-aggregator
- Owner: alexus2033
- Created: 2022-07-09T08:50:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T22:02:54.000Z (over 2 years ago)
- Last Synced: 2025-02-15T17:34:44.998Z (about 1 year ago)
- Topics: newsapp, powershell, rss-reader, youtube
- Language: PowerShell
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# powershell-news-aggregator
local Webserver for your favorite RSS-Feeds and Youtube-Channels
## Dependencies
- [Polaris](https://powershell.github.io/Polaris/) tiny server framework
- [Power HTML](https://github.com/JustinGrote/PowerHTML) for parsing and manipulating HTML
- [Moment.js](https://github.com/moment/moment) to display relative Time
## Quick Setup (local)
1. [Download Repo](https://github.com/alexus2033/powershell-news-aggregator/archive/refs/heads/main.zip) and unzip content on your local disc
2. Edit feeds in [demoReader.ps1](/demoReader.ps1)
3. Run powershell *webServer.ps1* to start the service
4. Open http://localhost:8800/demo.html in your Web-Browser
## Docker Setup
- docker build -t newsserver .
- docker run -d -p 8800:8800 newsserver