Skip to content

iamAbhishekkumar/googleWeatherApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages