This application allows the user to view general weather information for any location and it is the submission for The Odin Project: Weather App.
The key features are:
- Worldwide Coverage
- Real-Time Updates
- Accurate Information
- Cross-Platform Compatibility
- GIT
- NodeJS ^v21.0.0
- NPM ^v10.2.0
- Clone the repository
git clone git@github.com:jesusgraterol/weather-top.git
- Install the dependencies
npm install
- Run the Webpack Build in
watch
mode
npm run serve
- Open the
./dist/index.html
file with your favorite browser.
- Run the Webpack Build
npm run build
- Push the new build to the
gh-pages
branch so it is deployed to Github Pages:
git subtree push --prefix dist origin gh-pages
- HTML5
- CSS3
- JavaScript
- Webpack
# Unit Tests
N/A
# Integration Tests
N/A
# E2E Tests
N/A
N/A