https://github.com/felipebaltazar/simple-clientside-blazor
Project to test blazor client side
https://github.com/felipebaltazar/simple-clientside-blazor
assembly blazor blazor-application blazor-client csharp podcast podcast-client podcast-downloader podcast-fetcher podcast-manager podcasting podcasts web web-application web-assembly webapp website
Last synced: about 2 months ago
JSON representation
Project to test blazor client side
- Host: GitHub
- URL: https://github.com/felipebaltazar/simple-clientside-blazor
- Owner: felipebaltazar
- License: mit
- Created: 2019-05-04T19:13:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T02:01:05.000Z (about 7 years ago)
- Last Synced: 2025-03-11T22:34:11.646Z (over 1 year ago)
- Topics: assembly, blazor, blazor-application, blazor-client, csharp, podcast, podcast-client, podcast-downloader, podcast-fetcher, podcast-manager, podcasting, podcasts, web, web-application, web-assembly, webapp, website
- Language: CSS
- Size: 234 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
# Podcast Center
Read this in other languages: [Portugu�s](README.md), [English](README.en.md)
This project has been created with [Blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/client), to list brazilian podcasts.
[Access the application](http://podcast-center.azurewebsites.net/)
Podcasts integrateds (with [Podcast Manager](https://github.com/felipebaltazar/PodcastManager)):
| Podcast | Episode list | Additional Info | Method | Status |
| --- | --- | --- | --- | --- |
| [](https://github.com/felipebaltazar/PodcastManager/blob/master/PodcastManager/PodcastManagers/NerdCastManager.cs) | Yes | Episode Number, Title, Published Date, Insertions | API | OK |
| [](https://github.com/felipebaltazar/PodcastManager/blob/master/PodcastManager/PodcastManagers/NaoOuvoManager.cs) | Yes | Episode Number, Title, Published Date, Insertions | Feed | OK |
## Blazor - getting started
> Important! Currently (May / 2019) the blazor is only available for the [Visual Studio 2019 Preview](https://visualstudio.microsoft.com/en-us/vs/preview/);
To create a blazor application, access the [official documentation](https://docs.microsoft.com/en-us/aspnet/core/blazor/get-started?view=aspnetcore-3.0&tabs=visual-studio)
## Licence
[See licence](LICENSE)