|
1 |
| -# WeatherStackNetCore |
| 1 | +# PDF Combiner |
2 | 2 |
|
3 | 3 |        
|
4 | 4 |
|
5 |
| -A sample .NET Core project which uses WeatherStack API |
| 5 | +This is a sample **.NET Core** web app which is used to consume freeware **Weather Stack** *API* for gathering weather information. |
| 6 | + |
| 7 | +I try to learn .NET Core technologies by writing code, so i make a web app with this. If you have your Weather Stack API key, you can assign your key in **appsettings.json** file with *API_Key* attribute. |
| 8 | +I tested this app a lot, but if you test and send me issues I will be so appreciated to you. |
| 9 | +This app is written in **C#** programming language and in **JetBrains Rider** *IDE*. |
| 10 | + |
| 11 | +In this app you can do; |
| 12 | + |
| 13 | + - Search a place (city, county etc.) current weather information by 2 approaches |
| 14 | + - With JQuery, AJAX |
| 15 | + - With Model Posting |
| 16 | + - Find places in world by 2 approaches |
| 17 | + - With JQuery, AJAX |
| 18 | + - With Model Posting |
| 19 | + |
| 20 | +# Documentation and Screenshots |
| 21 | + |
| 22 | +You can look up the source code's documentation in [Documentation](https://github.com/coderserdar/WeatherStackNetCore/blob/main/Documentation/WeatherStackNetCore.pdf) section. In this *PDF* file you can analyze source code. This PDF file supports Hyperlink, so you can go to a specific function easily. I try to write detailed comments in functions. And you can lookup the original API documentation from [here](https://weatherstack.com/documentation) |
| 23 | + |
| 24 | +And you can look up screenshots like |
| 25 | + |
| 26 | +**v1** |
| 27 | + |
| 28 | +<table> |
| 29 | + <tr> |
| 30 | + <td><img src="https://github.com/coderserdar/WeatherStackNetCore/blob/main/Screenshots/App_Screens_01.png?raw=true"></td> |
| 31 | + <td><img src="https://github.com/coderserdar/WeatherStackNetCore/blob/main/Screenshots/App_Screens_02.png?raw=true"></td> |
| 32 | + </tr> |
| 33 | + <tr> |
| 34 | + <td><img src="https://github.com/coderserdar/WeatherStackNetCore/blob/main/Screenshots/App_Screens_03.png?raw=true"></td> |
| 35 | + <td><img src="https://github.com/coderserdar/WeatherStackNetCore/blob/main/Screenshots/App_Screens_04.png?raw=true"></td> |
| 36 | + </tr> |
| 37 | + <tr> |
| 38 | + <td><img src="https://github.com/coderserdar/WeatherStackNetCore/blob/main/Screenshots/App_Screens_05.png?raw=true"></td> |
| 39 | + <td><img src="https://github.com/coderserdar/WeatherStackNetCore/blob/main/Screenshots/App_Screens_06.png?raw=true"></td> |
| 40 | + </tr> |
| 41 | + <tr> |
| 42 | + <td><img src="https://github.com/coderserdar/WeatherStackNetCore/blob/main/Screenshots/App_Screens_07.png?raw=true"></td> |
| 43 | + <td><img src="https://github.com/coderserdar/WeatherStackNetCore/blob/main/Screenshots/App_Screens_08.png?raw=true"></td> |
| 44 | + </tr> |
| 45 | + <tr> |
| 46 | + <td><img src="https://github.com/coderserdar/WeatherStackNetCore/blob/main/Screenshots/App_Screens_09.png?raw=true"></td> |
| 47 | + <td><img src="https://github.com/coderserdar/WeatherStackNetCore/blob/main/Screenshots/App_Screens_10.png?raw=true"></td> |
| 48 | + </tr> |
| 49 | +</table> |
0 commit comments