/Weather--DART--Django-

A demo app created with Dart (client-side) and Python+Django (server-side) to get info from Weather forecast

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Weather

Description

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.

Dart Client

  • 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.

Django Server

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.

Authors

Sonia Martínez Martín Inmakia.

Carlos David Rodríguez Peña Garinoth.

Members of the Open Innovation Laboratory (Universidad Politécnica de Madrid).