Skip to content

Commit 3c496d6

Browse files
committed
Update README.md
readme file updated
1 parent b91d42a commit 3c496d6

File tree

1 file changed

+46
-2
lines changed

1 file changed

+46
-2
lines changed

README.md

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
1-
# WeatherStackNetCore
1+
# PDF Combiner
22

33
![GitHub stars](https://img.shields.io/github/stars/coderserdar/WeatherStackNetCore?style=social) ![GitHub forks](https://img.shields.io/github/forks/coderserdar/WeatherStackNetCore?style=social) ![GitHub watchers](https://img.shields.io/github/watchers/coderserdar/WeatherStackNetCore?style=social) ![GitHub repo size](https://img.shields.io/github/repo-size/coderserdar/WeatherStackNetCore?style=plastic) ![GitHub language count](https://img.shields.io/github/languages/count/coderserdar/WeatherStackNetCore?style=plastic) ![GitHub top language](https://img.shields.io/github/languages/top/coderserdar/WeatherStackNetCore?style=plastic) ![GitHub last commit](https://img.shields.io/github/last-commit/coderserdar/WeatherStackNetCore?color=red&style=plastic) ![GitHub issues](https://img.shields.io/github/issues/coderserdar/WeatherStackNetCore)
44

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

Comments
 (0)