https://github.com/yavorfingarov/reddio
A small ASP.NET Core application for listening to music from selected Reddit communities.
https://github.com/yavorfingarov/reddio
aspnetcore music radio reddit
Last synced: 3 months ago
JSON representation
A small ASP.NET Core application for listening to music from selected Reddit communities.
- Host: GitHub
- URL: https://github.com/yavorfingarov/reddio
- Owner: yavorfingarov
- License: mit
- Created: 2022-06-06T19:04:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T19:49:39.000Z (almost 2 years ago)
- Last Synced: 2023-06-29T20:28:58.036Z (almost 2 years ago)
- Topics: aspnetcore, music, radio, reddit
- Language: C#
- Homepage: https://reddio.azurewebsites.net/
- Size: 115 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reddio
[](https://stats.uptimerobot.com/4wvr6UzvYm)
[](https://stats.uptimerobot.com/4wvr6UzvYm)
[](https://github.com/yavorfingarov/Reddio/actions/workflows/cd.yml?query=branch%3Amaster)
[](https://github.com/yavorfingarov/Reddio/actions/workflows/codeql.yml?query=branch%3Amaster)
[](https://github.com/yavorfingarov/Reddio/actions/workflows/cd.yml?query=branch%3Amaster)
[](https://github.com/yavorfingarov/Reddio/actions/workflows/cd.yml?query=branch%3Amaster)
[](https://github.com/yavorfingarov/Reddio/actions/workflows/cd.yml?query=branch%3Amaster)A small web application for listening to music from selected Reddit communities.
## Features
* Scheduled background job for fetching tracks from Reddit
* Client-side playback history
* GDPR-compliant cookie management
* Health check
* CD pipeline## Tech stack
* ASP.NET Core 7 Razor Pages / Reprise
* SQLite / Dapper / DbUp
* NLog / SimpleRequestLogger
* Xunit / Moq / HtmlAgilityPack