Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
aesclever committed Oct 28, 2022
1 parent 13c8e08 commit 3de9b08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,8 @@ This project is intended for the beginner to novice javascript developers who ar

<br />

![wireframe](./public/WeatherApp.drawio.png)

# Weather Service

Ever wonder why your phone shows weather data of your immediate vicinity on your travel? This project demonstrates the use of Navigator.geolocation API that is part of NodeJS to pinpoint your immediate location. The geolocation method gets the current position in longitude and latitude. The weather app uses these values to call a weather service API for weather data. This non-interactive process happens automatically for your convenience.

0 comments on commit 3de9b08

Please sign in to comment.