Skip to content

Matmonsen/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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