Matmonsen / weather

React powered weather-app. Live demo

Home Page:https://www.weather.sindrenerdal.no

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather APP

A minimalistic REACT powered weather application.
The forecast from is fetched from Yr

Installation

  1. Clone from github with submodules
      git clone --recursive https://github.com/Matmonsen/weather.git 
    
  2. Install dependencies
        cd weather
        npm install
    
  3. Run local dev server
        npm start
    
  4. Specify location in search
        spain,catalonia,barcelona
                    or
        norge,hordaland,bergen,kronstad
    

Development

  1. Github link to backend application in django
  2. Github link to Yr api wrapper

License

See license

About

React powered weather-app. Live demo

https://www.weather.sindrenerdal.no

License:MIT License


Languages

Language:JavaScript 75.5%Language:CSS 23.4%Language:HTML 1.2%