This code represents the implementation of a simple web application to show the weather using the World Weather Online API. Whave made this to try the Google Dart language.
The code is divided into four folders. The first three contain different implementations of the client, and the last one contains a simple Django server for it to work.
- client-dart contains the structured version of the Dart implementation.
- client-dart_oo contains the object oriented version of the Dart implementation along with the tests.
- client-js_&_jquery contains both the JavaScript and jQuery versions along with the test we have performed in them.
The folder django-server contains all that we have used in the server to test our application. To start it you will need to create a database by using the python manage.py syncdb command, then execute python manage.py runserver.
Sonia Martínez Martín Inmakia.
Carlos David Rodríguez Peña Garinoth.
Members of the Open Innovation Laboratory (Universidad Politécnica de Madrid).