With this project, the open weather map API is used to fetch the weather data from around the world basing on the user input. City names are used to fetch data for that particular city.
- Javascript
- HTML 5
- TailwindCSS
To get a local copy up and running follow these simple example steps.
- A browser
- Text Editor
STEP 1 In the terminal, Run the following commands.
git clone https://github.com/mke2111/Weather-app.git
cd Weather-app
OR
- Download the zip file form
https://github.com/mke2111/Weather-app/tree/develop
STEP 2
- Run
npm install
to download all dependencies for the project.
STEP 3
-Run npx webpack --watch
to compile all the Js code.
STEP 4
- Then open the
index.html
file using a browser. - Enjoy the simple Weather app.
👤 Roy Mukuye
- GitHub: @mke2111
- Twitter: @Roymkenya
- LinkedIn: Roy Mukuye
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.