Share My Creation Weather Web App ($40)

Using the Open weather API I made this web app which can be launched from any device browser. The whole functioning code was written on the server side using:
Javascript with fetch and promises. It was quite hard to get the weather data returned to the HTML , but after a work of many hours I was able to find a workaround.
Watch it working:

You can from now for 40 minutes access the app through a Ngrok URL.
Here is the link:
 
Last edited:

Lakhtin_V

Active Member
Licensed User
Longtime User
Using the Open weather API I made this web app which can be launched from any device browser. The whole functioning code was written on the server side using:
Javascript with fetch and promises. It was quite hard to get the weather data returned to the HTML , but after a work of many hours I was able to find a workaround.
Watch it working:

You can from now for 40 minutes access the app through a Ngrok URL.
Here is the link:
Is there an option to specify location by coordinates? Are there similar solutions that indicate temperature, wind speed and direction?
 

jkhazraji

Active Member
Licensed User
Longtime User
Is there an option to specify location by coordinates? Are there similar solutions that indicate temperature, wind speed and direction?
Yes, this option can be added to the app
 
Top