Loading repository data…
Loading repository data…
kshitizrohilla / repository
A weather app made using OpenWeatherMap API in JavaScript. It tells the current temperature and some additional information like Air Quality Index, Real Feel, Humidity, Highest Temperature, Lowest Temperature, Wind Speed, Wind Direction, Visibility, Pressure, Sunrise and Sunset.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A weather app made using OpenWeatherMap API in Vanilla JavaScript.
The app tells the current temperature and some additional information like Air Quality Index, Real Feel, Humidity, Highest Temperature, Lowest Temperature, Wind Speed, Wind Direction, Visibility, Pressure, Sunrise and Sunset.
Visit Website --> WeatherAppUsingOpenWeatherMapAPI
To use the OpenWeatherMap API, you need to obtain an API key. Follow these steps to set up your API key:
const API_KEY = 'YOUR_API_KEY';
