Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrevarandas/tempo-portugal
☀️Simple web application to serve Portuguese weather forecasts
https://github.com/andrevarandas/tempo-portugal
dotnet-core dotnetcore ipma open-data portugal portuguese portuguese-weather razor razor-pages tempo weather weather-app
Last synced: about 2 months ago
JSON representation
☀️Simple web application to serve Portuguese weather forecasts
- Host: GitHub
- URL: https://github.com/andrevarandas/tempo-portugal
- Owner: AndreVarandas
- License: mit
- Created: 2019-08-29T12:12:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:48:47.000Z (about 2 years ago)
- Last Synced: 2024-10-27T09:51:39.428Z (3 months ago)
- Topics: dotnet-core, dotnetcore, ipma, open-data, portugal, portuguese, portuguese-weather, razor, razor-pages, tempo, weather, weather-app
- Language: C#
- Homepage: https://tempo-portugal.herokuapp.com
- Size: 935 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tempo Portugal
This is a simple project that uses open data from [IPMA](https://api.ipma.pt/) - Portuguese Institute of the sea and atmosphere.
![App screenshot](/extra/application.png)
See it live [https://tempo-portugal.herokuapp.com](https://tempo-portugal.herokuapp.com).
## Motivation
Not that we needed another weather app. I just wanted to make use of the new api provided by the Portuguese institute - and this seemed like a good opportunity to
test the new DotNet Core Razor Pages web technology.
## Requirements- Dotnet core 2.2 [https://dotnet.microsoft.com/download/dotnet-core/2.2](https://dotnet.microsoft.com/download/dotnet-core/2.2)
- Optional: [Docker - https://www.docker.com/get-started](https://www.docker.com/get-started)### Credits
- IPMA - For providing the api. [http://api.ipma.pt/](http://api.ipma.pt/)
- Icons made by Linector from www.flaticon.com### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details