Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barackm/weather-app
The Weather App project comes at the end of the Asynchronous Javascript and APIs section of the Javascript course. It's a website that helps you know the weather conditions around the world.
https://github.com/barackm/weather-app
Last synced: 15 days ago
JSON representation
The Weather App project comes at the end of the Asynchronous Javascript and APIs section of the Javascript course. It's a website that helps you know the weather conditions around the world.
- Host: GitHub
- URL: https://github.com/barackm/weather-app
- Owner: barackm
- Created: 2021-07-05T18:00:07.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2022-08-26T20:59:11.000Z (about 2 years ago)
- Last Synced: 2023-03-07T16:04:46.190Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://niky-weather.netlify.app/
- Size: 1.44 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Weather App
> The Weather App project comes at the end of the Asynchronous Javascript and APIs section of the Javascript course. It's a website that helps you know the weather conditions around the world.
![screenshot](./screenshot1.png)
![screenshot](./screenshot2.png)This website was designed with the tools below:
## Built With
- Javascript
- CSS
- Webpack## Demo
[Live demo](https://niky-weather.netlify.app/)
## Getting Started
**To get the local copy of the project up and running you will need to run the following commands on your terminal:**
`git clone https://github.com/barackm/weather-app`
To install all the available dependecies run:
`npm install`To bundle and transpile the javascript code using webpack run:
`npm run build` for production, or:
`npm run dev` for development.Then `npm start`.
Now you can open up the index.html file (located in the dist directory in chrome) to see the result.
## Authors
👤 **Barack Mukelenga**
- GitHub: [@barackm](https://github.com/barackm)
- Twitter: [@BarackMukelenga](https://twitter.com/BarackMukelenga)
- LinkedIn: [Baraka Mukelenga](https://www.linkedin.com/in/baraka-mukelenga/)
- Portfolio: [Website](https://barackm.me)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/barackm/weather-app/issues).
## Show your support
Give a ⭐️ if you like this project!❤️❤️❤️
## Acknowledgments
- Microverse)