Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: brunt-toast
  • License: mit
  • Language: C#
  • Default Branch: dev
  • Size: 79.1 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 9 months ago · Last pushed 9 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners Security

README.md

brunt-toast/rss-app

An RSS feed enumerator for Windows.

Prerequisites

This project requires .NET 9.

Usage

Compile and run src/RssApp.Native.Windows/RssApp.Native.Windows.csproj: bash dotnet run src/RssApp.Native.Windows/RssApp.Native.Windows.csproj

Citation

See CITATION.yml

Code of Conduct

See CODEOFCONDUCT.md

Contributing

See CONTRIBUTING.md

License

See LICENSE.md

Security

See SECURITY.md

Owner

  • Name: Josh Brunton
  • Login: brunt-toast
  • Kind: user
  • Location: North Yorkshire, England

Professional .NET Developer 🇬🇧

Citation (CITATION.yml)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Brunton
    given-names: Josh
    orcid: https://orcid.org/0009-0009-2017-7392
title: "RSS App"
version: 0.0.0
date-released: 2025-05-31

GitHub Events

Total
  • Push event: 3
  • Pull request event: 1
  • Create event: 2
Last Year
  • Push event: 3
  • Pull request event: 1
  • Create event: 2

Dependencies

src/RssApp.Application/RssApp.Application.csproj nuget
  • CodeHollow.FeedReader 1.2.6
  • CommunityToolkit.Mvvm 8.4.0
  • Newtonsoft.Json 13.0.3
src/RssApp.Core/RssApp.Core.csproj nuget
src/RssApp.DataAccess/RssApp.DataAccess.csproj nuget
  • EntityFrameworkCore.Exceptions.Common 8.1.3
  • EntityFrameworkCore.Exceptions.Sqlite 8.1.3
  • Microsoft.EntityFrameworkCore 9.0.5
  • Microsoft.EntityFrameworkCore.Sqlite 9.0.5
src/RssApp.Native.Windows/RssApp.Native.Windows.csproj nuget
  • CommunityToolkit.Mvvm 8.4.0
  • Humanizer.Core 2.14.1
  • Microsoft.Windows.SDK.BuildTools 10.0.26100.4188
  • Microsoft.WindowsAppSDK 1.7.250513003
test/RssApp.Application.Tests/RssApp.Application.Tests.csproj nuget
  • MSTest 3.6.4
  • Microsoft.Extensions.DependencyInjection 9.0.5
  • Microsoft.NET.Test.Sdk 17.12.0