Weatherlens is a weather app with advanced features and modern UI design.
Client: HTML, CSS, JavaScript, API
Clone the project
git clone https://github.com/jose-jimmy/Weatherlens.git
Go to the project directory
cd Weatherlens
Open with VSCode
code .
Create a Openweather API key
https://openweathermap.org/api
Create a file called apikey and store the api value
cd assets/js && echo -e "const api_key = 'your_apikey';\n\nexport default api_key;" > apikey.js
Open with live server
npm run start