Weather app with an Angular front end and a backend REST service written in Go. Uses local storage to store fetched weather information. Weather information fetched from the Icelandic Meteorological Office with the help of APIS.is.
When in the root directory, start the app by typing:
$ go build
$ weather
Server is now running at http://localhost:8080/
Testing requires Protractor and Selenium Server. Go into the test directory and type
$ webdriver-manager update
Then start a Selenium Server
$ webdriver-manager start
Run the tests
$ protractor conf.js





