Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rohitdalal0/acc-weather-forcast-app
- Owner: rohitdalal0
- Created: 2019-09-14T14:33:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T03:50:55.000Z (over 1 year ago)
- Last Synced: 2024-04-19T08:36:31.196Z (7 months ago)
- Topics: gui-application, python, python-3, python3, weather-api, weather-app, weather-forecast
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.