Simple client-side application that displays .NET news titles from other blogs. The Dot Net Info does not show any content from the original author. It displays only title, published date and author name. Since it is only a client-side app if the author has CORS policy it set up it could not be displayed.
This application is heavily inspired by discoverdot.net
The only prerequisite is having .NET 6 SDK.
- Clone or download the project
- Run
- Blazor Web Assembly
- .NET 6
- Fluxor
You can override any of the configs by changing them in appSettings.json or through environment variables.
Parameter | Default Value | Description |
---|---|---|
Posts Count | 20 | How many posts to fetch in order to display. |
Cache Duration In Hours | 1 | How long to store the information before making another request to the blogs. |
Blogs | hasan-hasanov's Blog, Scott Hanselman's Blog | Blogs to fetch information from. The blog should have CORS policy to set to all. |
- Hasan Hasanov – @hmhasanov
- Blog - Hasan Hasanov
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request