Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 895 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 895 Bytes

Google Weather Api

Actually, it is the api for weather.com that google uses to show weather.

Api endpoints :

  • For getting the weather of a place :
    https://google-weather-api.herokuapp.com/place/<cityName>
  • For getting gps coordinates of a place :
    https://google-weather-api.herokuapp.com/cr/<cityName>
  • For getting weather for a given coordinates :
    https://google-weather-api.herokuapp.com/place/cr/<gpsCoordinates>

For eg.

https://google-weather-api.herokuapp.com/cr/delhi
https://google-weather-api.herokuapp.com/place/cr/22.307,73.181

TODO:

  • get the weather icons