Skip to content

coderserdar/WeatherStackNetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Stack .NET Core

GitHub stars GitHub forks GitHub watchers GitHub repo size GitHub language count GitHub top language GitHub last commit GitHub issues

This is a sample .NET Core web app which is used to consume freeware Weather Stack API for gathering weather information.

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. I tested this app a lot, but if you test and send me issues I will be so appreciated to you. This app is written in C# programming language and in JetBrains Rider IDE.

Programming Language .NET Version Development Platform Test Tools
C# 6 JetBrains Rider NUnit, Moq etc.

In this app you can do;

  • Search a place (city, county etc.) current weather information by 2 approaches
    • With JQuery, AJAX
    • With Model Posting
  • Find places in world by 2 approaches
    • With JQuery, AJAX
    • With Model Posting

Documentation and Screenshots

You can look up the source code's documentation in Documentation 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

And you can look up screenshots like

v1