A daily weather dashboard that leverages API data to display your local weather in a 5 day format. The weather has icons to display the current or future conditions and also has a color coded UV index.
- This app is intended to be a weather dashboard that you can use to track your current weather conditions.
- App has a 5 day foreast section for each city that is selected.
- The current conditions will show in the main 'Jumbotron' like section on the page
- The five day forecast will show under this section in 5 card sections on the page.
- Clone the Repo. (
git clone https://github.com/your_username_/Project-Name.git) - Install NPM packages. (
npm install)
- The 5 day forecast UV index is color coded in 3 ways.
- If the index is above 7, the color will be red.
- If the index is above 5, the color is yellow.
- If the index is below 5, the color is green.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- b00000001 (http://www.github.com/b00000001)
Please visit my github to learn more: My Github
- If you have any questions for me, please contact me at [email protected]