8000 GitHub - zenoR-git/weather_api: A weather api in express.js using open-meteo apis
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zenoR-git/weather_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather_api

A weather api in express.js using open-meteo apis

API

  • Endpoint POST

    /getWeather

  • Body json

    {"cities": [array of names of cities]}
    
  • Example

     {"cities":["delhi"]}
  • Result

    {
     "weather": {
      "delhi": 30.6
      }
    }

NOTES:

  • This API return only temperature of the cities passed to it.
  • The temperature is in celcius.
  • This API is for educational and learning purpose only. It is not for any commercial use.

About

A weather api in express.js using open-meteo apis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0