Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.23 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.23 KB

Weather Box 2020

Live Demo Available: https://rudy-b-weather.netlify.app/

Key Features

This weather app provides weather data from OpenWeatherMap.org

  • A user can enter a city name and view weather
  • A user can view view a custom icon showing current weather at city entered
  • A user can see current temp, high temp, low temp, and weather description.
  • Background changes dynamically based on day time or evening time at city entered.

Installation

Install yarn dependencies

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

System Dependencies

Vue 2.6.11 core-js 3.6.5

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Additional Features

Version 2.0 will contain:

  • Options to display more weather information (humidity, air pressure, wind speed, etc.)
  • "Get lucky" feature where users can see the weather of a random city around the world
  • Option to toggle between Celsius and Fahrenheit

License

MIT