https://github.com/ebeagusamuel/weatherapp
A weather app built with JavaScript.
https://github.com/ebeagusamuel/weatherapp
Last synced: 3 months ago
JSON representation
A weather app built with JavaScript.
- Host: GitHub
- URL: https://github.com/ebeagusamuel/weatherapp
- Owner: ebeagusamuel
- License: mit
- Created: 2020-09-25T00:29:53.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2020-09-26T11:36:09.000Z (over 4 years ago)
- Last Synced: 2025-02-07T20:51:15.010Z (4 months ago)
- Language: JavaScript
- Size: 9.48 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weatherApp
A weather check application built with JavaScript and the open weather API.
> Users can check the weather condition of any city.
> They input the name of the city that they want to check for and data about the weather of the city is returned and displayed to them. Wepback was used for bundling the JS files and assets.
## Built With
- HTML
- SCSS
- JavaScript
- WebPacker## Live Website
[Live Link](https://raw.githack.com/ebeagusamuel/weatherApp/development/dist/index.html)
## Getting Started
To get a local copy up and running follow these steps:
### Prerequisites
- Basic knowledge of HTML, CSS and JS
- A Code Editor
- Git
- Node### Usage
- Clone the project to your local machine.
- `cd` into the project directory.
- run `npm install` to install project dependencies.
- run `npm run dev` to compile project assests with webpack.
- You can also use webpack in watch mode by running `npm run watch`## Author
👤 **Ebeagu Samuel**
- Github: [@ebeagusamuel](https://github.com/ebeagusamuel)
- Twitter: [@ebeagu_samuel](https://twitter.com/ebeagu_samuel)
- LinkedIn: [Ebeagu Samuel](https://linkedin.com/in/ebeagusamuel)
- Email: [[email protected]](mailto:[email protected])## 🤝 Contributing
Contributions and feature requests are welcome!
Start by:
- Forking the project
- Cloning the project to your local machine
- `cd` into the project directory
- Run `git checkout -b your-branch-name`
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
[The Odin Project](https://www.theodinproject.com/courses/javascript/)