Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Han-Ty/Weather-App
Browse files Browse the repository at this point in the history
  • Loading branch information
ReplicantT14 committed Aug 18, 2022
2 parents 95301ae + 1553e7d commit e1c5e52
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
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_

0 comments on commit e1c5e52

Please sign in to comment.