Skip to content

Schuleboogie/Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blessuð blíðan

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.

Setup

When in the root directory, start the app by typing:

$ go build

$ weather

Server is now running at http://localhost:8080/

Testing

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

Screenshots

Starting screen Background variation More weather information Station list Searching for a station Conversion to Fahrenheit

Dependencies

About

Small Angular weather app running on a Go server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published