Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	app/src/main/assets/app/apiKeysRotation.js
  • Loading branch information
PranshulGG committed Nov 28, 2024
2 parents 82dec12 + 545cb66 commit 5174021
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,19 @@
- [**open-meteo**](https://open-meteo.com)
- [**Met norway**](https://www.met.no/en)
- [**WeatherApi**](https://www.weatherapi.com/)
- [**OpenWeatherMap**](https://openweathermap.org/api)
- [**accuweather**](https://www.accuweather.com/)
- [**Météo-France**](https://www.meteofrance.com)
- [**DWD**](https://www.dwd.de/EN/Home/home_node.html)
- [**NOAA**](https://www.noaa.gov)
- [**ECMWF**](https://www.ecmwf.int)
- [**UK Met Office**](https://www.metoffice.gov.uk)
- [**JMA**](https://www.jma.go.jp/jma/indexe.html)
- [**GEM**](https://www.ec.gc.ca/meteo-weather/default.asp?lang=En&n=FB1BB3E4-1)
- [**BOM**](http://www.bom.gov.au)
- [**CMA**](http://www.cma.gov.cn/en/)
- [**KNMI**](https://www.knmi.nl)
- [**DMI**](https://www.dmi.dk/en/)


# ⚙️ Other:

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/app/apiKeysRotation.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// No need

8 changes: 0 additions & 8 deletions app/src/main/assets/app/navigate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@




window.transitionToPage = function(href) {

document.querySelector('body').style.opacity = '0';
Expand All @@ -15,10 +11,6 @@ window.transitionToPage = function(href) {
}






document.addEventListener('DOMContentLoaded', function(event) {

document.querySelector('body').style.opacity = '1';
Expand Down

0 comments on commit 5174021

Please sign in to comment.