Skip to content

This application allows the user to view general weather information for any location and it is the submission for The Odin Project: Weather App.

Notifications You must be signed in to change notification settings

jesusgraterol/weather-top

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Weather App

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

Live Demo

Weather App

Getting Started

Requirements

  • GIT
  • NodeJS ^v21.0.0
  • NPM ^v10.2.0

Installation

  1. Clone the repository
git clone [email protected]:jesusgraterol/weather-top.git
  1. Install the dependencies
npm install

Usage

  1. Run the Webpack Build in watch mode
npm run serve
  1. Open the ./dist/index.html file with your favorite browser.

Build Process

  1. Run the Webpack Build
npm run build

Deployment

  1. Push the new build to the gh-pages branch so it is deployed to Github Pages:
git subtree push --prefix dist origin gh-pages

Built With

  • HTML5
  • CSS3
  • JavaScript
  • Webpack

Running the Tests

# Unit Tests
N/A

# Integration Tests
N/A

# E2E Tests
N/A

@TODO

N/A

License

MIT

Acknowledgments

About

This application allows the user to view general weather information for any location and it is the submission for The Odin Project: Weather App.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published