Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rohitdalal0/acc-weather-forcast-app


https://github.com/rohitdalal0/acc-weather-forcast-app

gui-application python python-3 python3 weather-api weather-app weather-forecast

Last synced: about 16 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Acc-weather-GUI
1. Sign up on [accweather homepage](https://developer.accuweather.com/apis) as developer.
2. Here is this forcast [documentation](https://developer.accuweather.com/accuweather-forecast-api/apis)
3. Get API in MyApp section after sign up.
4. Let's jump right into Quick start guide---->>>>>
* First you have to auto complete your location because accweather only accept full location but you're not going to put your full location so use **[Auto location search API](https://developer.accuweather.com/accuweather-locations-api/apis/get/locations/v1/cities/autocomplete)**
* Put your API key.
* also your location.
* Scroll down click on cURL to get URL of 'auto location search' and put it in your code.
* From 'Auto location search' you'll get location key, you'll use it to get weather condition.
* There are many [options](https://developer.accuweather.com/accuweather-locations-api/apis) you can use them.
* [Choice](https://developer.accuweather.com/apis) forcast API, you can choice any one of them.
* Now there are many weather options [doc](https://developer.accuweather.com/accuweather-forecast-api/apis)
* 1 Day weather
* 5 Day weather
* 10 Day weather
* 15 Day weather
* Put here location key and get weather condition and also you can use my code for better understanding.