https://github.com/thecodetraveler/hackernews
A .NET MAUI app for displaying the top posts on Hacker News that demonstrates text sentiment analysis gathered using artificial intelligence
https://github.com/thecodetraveler/hackernews
cognitive-services csharp8 google-natural-language-api hacker-news iasyncenumerable maui microsoft-cognitive-services net net-maui sentiment-analysis xamarin xamarin-android xamarin-forms xamarin-ios
Last synced: about 1 month ago
JSON representation
A .NET MAUI app for displaying the top posts on Hacker News that demonstrates text sentiment analysis gathered using artificial intelligence
- Host: GitHub
- URL: https://github.com/thecodetraveler/hackernews
- Owner: TheCodeTraveler
- License: mit
- Created: 2018-02-07T02:33:49.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T21:00:27.000Z (8 months ago)
- Last Synced: 2025-04-03T15:50:37.907Z (about 2 months ago)
- Topics: cognitive-services, csharp8, google-natural-language-api, hacker-news, iasyncenumerable, maui, microsoft-cognitive-services, net, net-maui, sentiment-analysis, xamarin, xamarin-android, xamarin-forms, xamarin-ios
- Language: C#
- Homepage:
- Size: 403 KB
- Stars: 277
- Watchers: 8
- Forks: 39
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/brminnick/HackerNews/actions/workflows/maui.yml)
# HackerNews
A .NET MAUI app for displaying the top posts on Hacker News.
This app demonstrates how to use `IAsyncEnumerable` + C# 8.0 to improve performance. Thanks to `IAsyncEnumerable`, the items are added to the list as soon as they're available making the app feel faster and more responsive.
This app also uses the [Text Analytics API](https://azure.microsoft.com/services/cognitive-services/text-analytics?WT.mc_id=mobile-0000-bramin) from [Microsoft Cognitive Services](https://azure.microsoft.com/services/cognitive-services?WT.mc_id=mobile-0000-bramin) to analyze the sentiment of each headline.
- đ Headline is Happy
- âšī¸ Headline is Sad
- đ Headline is Neither Happy or Sad