Weather Stats
https://weatherstats.sheikhtabarak.me/
Weather Stats is a dynamic React.js web application designed to provide users with comprehensive weather information. It empowers users to access real-time weather data and offers a customized weather search feature by city name. With its intuitive user interface and robust functionality, Weather Stats is your go-to source for staying informed about current weather conditions.
- React js
- Open Weather API
- Tailwind Css
- Create a free account at Open Weather Map
- Claim your Free API Key:
Profile > MY API Keys
- Clone the repo:
git clone https://github.com/sheikh-tabarak/weatherstats.git
- Install NPM packages
npm install
- Create a file
.env
in the root of your folder and add your API Key like below:const REACT_APP_MY_API_KEY_OPEN_WEATHER_MAP = <YOUR API KEY HERE>;