Weather App

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

User Story

  • I can see city weather as default, preferably my current location
  • I can search for city
  • I can see weather of today and the next 5 days
  • I can see the date and location of the weather
  • I can see according to image for each type of weather
  • I can see the min and max degree each day
  • I can see wind status and wind direction
  • I can see humidity percentage
  • I can see a visibility indicator
  • I can see the air pressure number
  • I can request my current location weather
  • I can convert temperature in Celcius to Fahrenheit and vice versa

Built With

Features

This component was created as a submission to a DevChallenges (https://devchallenges.io/challenges) challenge. The challenge(https://devchallenges.io/challenges/mM1UIenRhK808W8qmLWv) was to build an application to complete the given user stories.

How To Use

To clone and run this application, you'll need Git(https://git-scm.com) and Node.js(https://nodejs.org/en/download/) (which comes with npm (http://npmjs.com)) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/FirminoMassango/weather_app
# Install dependencies
$ npm install

# Run the app
$ npm run dev

Acknowledgements

Contact