rali11 / weather-app

Solution for a challenge from Devchallenges.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

screenshot

screenshit

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories:

  • 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
  • (optional): I can request my current location weather
  • (optional): I can convert temperature in Celcius to Fahrenheit and vice versa

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/rali11/weather-app

# Install dependencies
$ npm install

# Compiles and hot-reloads for development
$ npm run serve

# Compiles and minifies for production
$ npm run build

# Lints and fixes files
$ npm run lint

Acknowledgements

Contact

About

Solution for a challenge from Devchallenges.io


Languages

Language:Vue 78.7%Language:JavaScript 15.5%Language:CSS 4.1%Language:HTML 1.7%