/simple-weather-app

This is simple app for fetching weather data from OpenWeather

Primary LanguageVue

Simple Weather

Home Search result Sidebar MoreInfo

Video

Watch the video

Table of Contents

Info

  • This is project that offers nice and simple UI for fetching weather data from all around the world using OpenWeather API. Some advanced features includes Sidebar, similar to one that you can find on macOS with widgets that represents weather info for one location. You can sort widgets by average temperature, and you can add as many as you want locations. Currently, only english inputs are supported, multilanguage support maybe come in near future.

Requirements

  • Node.js
  • PC with Windows, Linux or macOS

Setup Guide

Windows

  • Download latest verion of Node.js from their website and install it

Linux

  • Arch based (Manjaro, Artix, etc.)
    • sudo pacman -S npm
  • Debian based (Linux Mint, Ubuntu, etc.
    • sudo apt-get install npm

MAC OS X / macOS

  • Download latest verion of Node.js from their website and install it

Running

  • Clone this repo
  • Open new terminal window in backend folder and type:
    npm install
    npm start
  • In your browser go to Local IP Address on which app is running