-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
SAMIR PAUL
authored
May 9, 2021
1 parent
d19dfdd
commit fc5beb5
Showing
1 changed file
with
77 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,78 @@ | ||
|
||
--- | ||
# WeatherApp | ||
|
||
> 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. | ||
Landing Page: | ||
![screenshot](./assets/screenshot1.png) | ||
|
||
Actual Weather: | ||
![screenshot](./assets/screenshot2.png) | ||
|
||
5-Day Forecast: | ||
![screenshot](./assets/screenshot3.png) | ||
|
||
|
||
Additional description about the project and its features. | ||
|
||
## Built With | ||
|
||
- HTML | ||
- CSS | ||
- JAVASCRIPT | ||
- NPM | ||
- WEBPACK | ||
- BOOTSTRAP | ||
- GITHUB ACTIONS | ||
|
||
## Live Demo | ||
|
||
[Live Demo Link](https://samirpaul1.github.io/WeatherApp/) :point_left: | ||
|
||
## Getting Started | ||
- Follow the live demo link and enjoy the site. | ||
|
||
### Usage | ||
- To get a local copy up and running follow these simple example steps. | ||
|
||
Clone the repository unto your local machine cd to the folder. | ||
|
||
|
||
### Prerequisites | ||
|
||
- A modern browser, up to date. :muscle: | ||
|
||
### Run tests | ||
|
||
- There is no automated tests for this project. | ||
|
||
## Future features | ||
|
||
- Add extra functionality and a contact page. | ||
|
||
## Author | ||
|
||
👤 SAMIR PAUL | ||
- Github: [@SamirPaul1](https://github.com/SamirPaul1) | ||
- Twitter: [@SamirPaul01](https://twitter.com/SamirPaul01) | ||
- Linkedin: [samirpaul](https://www.linkedin.com/in/samirpaul/) | ||
|
||
## Show your support | ||
|
||
Give a ⭐️ if you like this project! | ||
|
||
|
||
## 📝 License | ||
|
||
This project is [MIT](lic.url) licensed. | ||
|
||
<!-- MARKDOWN LINKS & IMAGES --> | ||
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> | ||
[contributors-shield]: https://img.shields.io/github/contributors/javitocor/Weather-App-JS.svg?style=flat-square | ||
[contributors-url]: https://github.com/javitocor/Weather-App-JS/graphs/contributors | ||
[forks-shield]: https://img.shields.io/github/forks/javitocor/Weather-App-JS.svg?style=flat-square | ||
[forks-url]: https://github.com/javitocor/Weather-App-JS/network/members | ||
[stars-shield]: https://img.shields.io/github/stars/javitocor/Weather-App-JS.svg?style=flat-square | ||
[stars-url]: https://github.com/javitocor/Weather-App-JS/stargazers | ||
[issues-shield]: https://img.shields.io/github/issues/javitocor/Weather-App-JS.svg?style=flat-square | ||
[issues-url]: https://github.com/javitocor/Weather-App-JS/issues |