-
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 5, 2021
1 parent
637b08c
commit a3501fe
Showing
1 changed file
with
0 additions
and
107 deletions.
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,108 +1 @@ | ||
<!-- | ||
*** Thanks for checking out this README Template. If you have a suggestion that would | ||
*** make this better, please fork the repo and create a pull request or simply open | ||
*** an issue with the tag "enhancement". | ||
*** Thanks again! Now go create something AMAZING! :D | ||
--> | ||
|
||
<!-- PROJECT SHIELDS --> | ||
<!-- | ||
*** I'm using markdown "reference style" links for readability. | ||
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ). | ||
*** See the bottom of this document for the declaration of the reference variables | ||
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. | ||
*** https://www.markdownguide.org/basic-syntax/#reference-style-links | ||
--> | ||
[![Contributors][contributors-shield]][contributors-url] | ||
[![Forks][forks-shield]][forks-url] | ||
[![Stargazers][stars-shield]][stars-url] | ||
[![Issues][issues-shield]][issues-url] | ||
![Hireable](https://cdn.rawgit.com/hiendv/hireable/master/styles/default/yes.svg) | ||
|
||
# Weather-App-JS | ||
|
||
> 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://raw.githack.com/javitocor/Weather-App-JS/feature/dist/index.html) :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 | ||
|
||
👤 Javier Oriol Correas Sanchez Cuesta | ||
- Github: [@javitocor](https://github.com/javitocor) | ||
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4) | ||
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/) | ||
|
||
## 🤝 Contributing | ||
|
||
Contributions, issues and feature requests are welcome! | ||
|
||
Feel free to check the [issues page](https://github.com/javitocor/Weather-App-JS/issues). | ||
|
||
## Show your support | ||
|
||
Give a ⭐️ if you like this project! | ||
|
||
## Acknowledgments 🚀 | ||
|
||
- The Odin Project | ||
- Microverse | ||
|
||
## 📝 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 |