Home

Awesome

Weather-API

World's First Unlimited Free Weather API, Made with NodeJS

Features:

API Calls (Method : GET):

Automatically fetch weather from IP's Location (Only works if server & client connects directly [No Proxy]):

https://[YOUR-URL]/auto

Manually Fetch weather From Location:

https://[YOUR-URL]/location/{PLACE-NAME}

Deploy Your Own:

1. Deploy the API:

Deploy

Deploy to VPS or Local Machine 👇 NodeJS & Npm are Required.

apt install npm
apt install nodejs

git clone https://github.com/cachecleanerjeet/weather-api.git
cd weather-api

npm install
node index.js

Project is comptible with <code>deta.sh</code>

Note:

Previous version was using Yahoo's weather API. Yahoo discontinued it, so, now using a msn weather wrapper weather-js. Api endpoints and schema changed.

License & Copyright :

Connect :