Skip to content

vhish/javascript-weather-app

 
 

Repository files navigation

Weather App

This project is one of the Main JavaScript curriculum projects at Microverse - @microverseinc.

The assignment belongs to the Javascript module from The Odin Project page. The objective is to create a weather forecast app using the weather API. The features of the app also include:

  • Search region by name.
  • Show forecast for the next hours.
  • Choose between two different system for measuring heat(Fahrenheit and Celsius).

Built With

  • Javascript, HTML5 and CSS3.
  • Node, Webpack and node-sass.
  • Many other dependecies related to webpack configuration(loaders and plugins).

Live Demo

Live Link

Preview

Getting Started

Get a local copy cloning the repo and follow these simple steps.

Prerequisites

  • npm

Install

npm install

Usage

npm run dev
  1. Click on the hamburguer button.

  2. Type the city name in the input.

  3. Click on the arrow button.

Deployment

npm run build
npm start

Authors

👤 Sérgio Torres

🤝 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!

📝 License

This project is MIT licensed.

About

A simple weather app integrated with OpenWeather API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.6%
  • CSS 28.7%
  • HTML 9.7%