kikoanis / Weather.Forecast

ASP.NET Core based project that fetches weather forecast from Meta Weather service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Features

The project was built using ASP.NET Core and SQLite as database.

$ git clone https://github.com/kikoanis/Weather.Forecast

To Build in CLI

navigate to project main folder and then run

$ cd Weather.Forecast
dotnet build

To Run in CLI

dotnet run --project .\src\Weather.Forecast.Web\Weather.Forecast.Web.csproj

Then you can access the API/ swagger at http://localhost:5000

Edit launchSettings.json if you need to use another port than 5000

Alternatively, the solution can be opened in Visual Studio and run within (debug or relase mode)

Scheduler

The project contains a task scheduler that will run every 10 minutes to check on cities weather forecast that were fetched more than 4 hours ago.

There are 4 endpoints:

image

About

ASP.NET Core based project that fetches weather forecast from Meta Weather service

License:MIT License


Languages

Language:C# 98.1%Language:CSS 1.6%Language:JavaScript 0.3%