|
1 | | -# Weather-App-JS |
| 1 | +<!-- |
| 2 | +*** Thanks for checking out this README Template. If you have a suggestion that would |
| 3 | +*** make this better, please fork the repo and create a pull request or simply open |
| 4 | +*** an issue with the tag "enhancement". |
| 5 | +*** Thanks again! Now go create something AMAZING! :D |
| 6 | +--> |
| 7 | + |
| 8 | +<!-- PROJECT SHIELDS --> |
| 9 | +<!-- |
| 10 | +*** I'm using markdown "reference style" links for readability. |
| 11 | +*** Reference links are enclosed in brackets [ ] instead of parentheses ( ). |
| 12 | +*** See the bottom of this document for the declaration of the reference variables |
| 13 | +*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. |
| 14 | +*** https://www.markdownguide.org/basic-syntax/#reference-style-links |
| 15 | +--> |
| 16 | +[![Contributors][contributors-shield]][contributors-url] |
| 17 | +[![Forks][forks-shield]][forks-url] |
| 18 | +[![Stargazers][stars-shield]][stars-url] |
| 19 | +[![Issues][issues-shield]][issues-url] |
| 20 | + |
| 21 | + |
| 22 | +# Weather-App-JS |
| 23 | + |
| 24 | +> 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. |
| 25 | +
|
| 26 | +Landing Page: |
| 27 | + |
| 28 | + |
| 29 | +Actual Weather: |
| 30 | + |
| 31 | + |
| 32 | +5-Day Forecast: |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +Additional description about the project and its features. |
| 37 | + |
| 38 | +## Built With |
| 39 | + |
| 40 | +- HTML |
| 41 | +- CSS |
| 42 | +- JAVASCRIPT |
| 43 | +- NPM |
| 44 | +- WEBPACK |
| 45 | +- BOOTSTRAP |
| 46 | +- GITHUB ACTIONS |
| 47 | + |
| 48 | +## Live Demo |
| 49 | + |
| 50 | +[Live Demo Link](https://raw.githack.com/javitocor/Weather-App-JS/feature/dist/index.html) :point_left: |
| 51 | + |
| 52 | +## Getting Started |
| 53 | +- Follow the live demo link and enjoy the site. |
| 54 | + |
| 55 | +### Usage |
| 56 | +- To get a local copy up and running follow these simple example steps. |
| 57 | + |
| 58 | +Clone the repository unto your local machine cd to the folder. |
| 59 | + |
| 60 | + |
| 61 | +### Prerequisites |
| 62 | + |
| 63 | +- A modern browser, up to date. :muscle: |
| 64 | + |
| 65 | +### Run tests |
| 66 | + |
| 67 | +- There is no automated tests for this project. |
| 68 | + |
| 69 | +## Future features |
| 70 | + |
| 71 | +- Add extra functionality and a contact page. |
| 72 | + |
| 73 | +## Author |
| 74 | + |
| 75 | +👤 Javier Oriol Correas Sanchez Cuesta |
| 76 | +- Github: [@javitocor](https://github.com/javitocor) |
| 77 | +- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4) |
| 78 | +- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/) |
| 79 | + |
| 80 | +## 🤝 Contributing |
| 81 | + |
| 82 | +Contributions, issues and feature requests are welcome! |
| 83 | + |
| 84 | +Feel free to check the [issues page](https://github.com/javitocor/Weather-App-JS/issues). |
| 85 | + |
| 86 | +## Show your support |
| 87 | + |
| 88 | +Give a ⭐️ if you like this project! |
| 89 | + |
| 90 | +## Acknowledgments 🚀 |
| 91 | + |
| 92 | +- The Odin Project |
| 93 | +- Microverse |
| 94 | + |
| 95 | +## 📝 License |
| 96 | + |
| 97 | +This project is [MIT](lic.url) licensed. |
| 98 | + |
| 99 | +<!-- MARKDOWN LINKS & IMAGES --> |
| 100 | +<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> |
| 101 | +[contributors-shield]: https://img.shields.io/github/contributors/javitocor/Weather-App-JS.svg?style=flat-square |
| 102 | +[contributors-url]: https://github.com/javitocor/Weather-App-JS/graphs/contributors |
| 103 | +[forks-shield]: https://img.shields.io/github/forks/javitocor/Weather-App-JS.svg?style=flat-square |
| 104 | +[forks-url]: https://github.com/javitocor/Weather-App-JS/network/members |
| 105 | +[stars-shield]: https://img.shields.io/github/stars/javitocor/Weather-App-JS.svg?style=flat-square |
| 106 | +[stars-url]: https://github.com/javitocor/Weather-App-JS/stargazers |
| 107 | +[issues-shield]: https://img.shields.io/github/issues/javitocor/Weather-App-JS.svg?style=flat-square |
| 108 | +[issues-url]: https://github.com/javitocor/Weather-App-JS/issues |
0 commit comments