Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedhnoor/weather-app
A weather app that pulls from the OpenWeatherMap API to allow users to search for and view the forecast in cities worldwide. Built with JavaScript.
https://github.com/mohamedhnoor/weather-app
css3 eslint gitflow github-pages html5 stylelint vanilla-javascript
Last synced: 4 days ago
JSON representation
A weather app that pulls from the OpenWeatherMap API to allow users to search for and view the forecast in cities worldwide. Built with JavaScript.
- Host: GitHub
- URL: https://github.com/mohamedhnoor/weather-app
- Owner: MohamedHNoor
- Created: 2023-01-22T15:40:35.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-01-22T16:32:29.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T08:51:41.349Z (11 days ago)
- Topics: css3, eslint, gitflow, github-pages, html5, stylelint, vanilla-javascript
- Language: JavaScript
- Homepage: https://mohamedhnoor.github.io/weather-app/
- Size: 13.7 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)> Describe your project in 1 or 2 sentences.
**[Weather app]** is an app that allows users to search for the weather in any city in the world. It displays the current weather. it saves the last search on the local storage and displays it on the page.
- Vanilla JavaScript
- HTML
- CSS
- localStorage
- GitFlow
- Linters- [Live Demo Link](https://mohamedhnoor.github.io/weather-app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- version of `node` and `npm` installed.
- vs code or any other code editor installed.
- git installed.### Setup
Clone this repository to your desired folder:
git clone `url`### Install
Install this project with:
`npm install`👤 **Mohamed H Noor**
- GitHub: [@MohamedHNoor](https://github.com/MohamedHNoor)
- Twitter: [@MohamedHNoor](https://twitter.com/MohamedHNoor)
- LinkedIn: [@MohamedHNoor](https://www.linkedin.com/in/mohamedhnoor/)Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project...
> Give credit to everyone who inspired your codebase.
I would like to thank...
This project is [MIT](./MIT.md) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._