-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
133a3c2
commit 1553e7d
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# Weather-App | ||
Weather app using AccuWeather API and Godot | ||
<br /> | ||
<br /> | ||
<br /> | ||
![image](https://user-images.githubusercontent.com/111246212/184668495-ac201cf0-c226-42ec-b510-02f85066de2e.png) | ||
<br /> | ||
<br /> | ||
*** | ||
|
||
## Description | ||
|
||
This is just a small project intended for me to get a bit familiar with the Godot Engine. | ||
I used AccuWeather's API for the actual weather data. Considering that with the free API you get 50 API calls per 24 hours, | ||
the program is made to call once every hour for current and 12 hours of hourly forecasts data. It also does a call every 12 hours for 5 days of daily forecasts. | ||
The window is set to render at 30FPS to not waste more resources than needed. | ||
|
||
### Instructions on getting it set up | ||
1. Make an account on AccuWeather API website _https://developer.accuweather.com/_ | ||
2. Go to __My Apps__ and make an app | ||
3. Take the given API and paste it in the text box you see when you first start the Weather App | ||
5. Voila | ||
<br /> | ||
Weather icons were downloaded directly from _https://developer.accuweather.com/weather-icons_ <br /> | ||
Font used is from _https://www.fontspace.com/armata-font-f24462_ |