-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# ASP.NET-Core-Weather-Forecast-Website | ||
|
||
_ABSTRACT_ | ||
## Abstract | ||
|
||
The following is a website written in Asp.NET Core for educational purposes. | ||
It calls OpenWeatherMap API (https://api.openweathermap.org) to get weather information for specified cities. | ||
The token that is passed to the API is free, you can use it in other projects or, alternatively, | ||
subscribe to OpenWeatherMap and get your own for free. | ||
|
||
|
||
_Instructions_ | ||
## Instructions | ||
1) download and unpack the archive. | ||
2) open visual studio as administrator. | ||
3) from inside visual studio navigate to the unzipped folder and open the "RagoWeather.csproj" file. | ||
4) Build the solution and then run it! | ||
|
||
HAVE A SUNNY DAY :) | ||
> HAVE A SUNNY DAY :) |