Skip to content

A web application that interacts with an API to show the weather forecast for a specific location

Notifications You must be signed in to change notification settings

pbkabali/Weather-App

Repository files navigation

Weather App

This is a single page application to request and display a particular place's weather information.

screenshot

All page information dynamically generated and component loading achieved using pure Javascript. Weather information is requested from the publicly available OpenWeatherMap API.

Built With

  • HTML5,
  • CSS3,
  • Javascript,
  • Webpack

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running in development mode, follow these simple steps.

Prerequisites

  • Node.js
  • Browser
  • Terminal

Setup

Clone the project from here

Install

Run npm install to get all the dependencies.

Run npm run build for one time build of bundle after changes.

Run npm run watch to run webpack build in watch mode.

Usage

Open ./dist/index.html in your browser or run npm run start to launch the web-server

Author

👤 Paul Balitema Kabali

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

A web application that interacts with an API to show the weather forecast for a specific location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published