It's a simple weather app made with Node using Express and two different APIs. First API is to get the geo-coordinates for the location and Second API is to get the weather for the specific location using geo-coordinates from the first API.
It’s a simple weather app made with Node using Express and two different APIs. First API is to get the geo-coordinates for the location and Second API is to get the weather for the specific location using geo-coordinates from the first API.
If cloned please run in localhost via npm run start. For more info see package.json.