weather

To get the code:

Clone the repository:

$ git clone git@github.com:anuraggupta/weather.git

To build the application:

From the command line with Maven:

$ cd weather
$ mvn clean install

To run the application:

From the command line with Maven:

$ cd weather
$ mvn tomcat7:run

To see the UI of the application:

http://localhost:8080/weather/Form.html