aruldd / weather-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Weather App


Build Status Coverage Status

A simple weather app using OpenWeather API

Demo

Find the online demo here.

Scripts

Script Description
start Runs tests, lints, starts dev webserver, and opens the app in your default browser.
test Runs tests (files ending in .spec.js or .test.js) using Jest and outputs results to the command line.
build Bundles all JavaScript using webpack and writes it to /dist.

Tech Stack

Frontend

Developement

Linting and Testing

CI/CD

Further Improvements

  • Leverage browser Geolocation API for getting current location
  • Ablity to save and switch between locations
  • Auto refresh and auto update location
  • Beautify and improve the UI/UX with graphs/icons
  • Dashboard for current data

About

License:MIT License


Languages

Language:JavaScript 97.4%Language:HTML 1.3%Language:SCSS 1.3%Language:CSS 0.0%