1
Weather app for Ubuntu devices
4
https://wiki.ubuntu.com/Touch/CoreApps/Weather
5
https://wiki.ubuntu.com/Touch/CoreApps/DevelopmentGuide
7
Note: The OpenWeatherMap service now requires an API key where previously
8
it did not. FOSS developers can register for a free API key
9
which needs to be put into app/data/keys.js for the app to
10
function correctly. Do not commit branches with the key in place
11
as a centrally managed key is injected at build time.
13
See http://openweathermap.org/faq#error401 for details and
14
http://openweathermap.org/appid to obtain a personal key.
16
The following essential packages are required to develop this app:
17
- ubuntu-sdk (see http://developer.ubuntu.com/start)
18
- intltool - run the `sudo apt-get install intltool` command for installation
20
See the debian/control file for an up-to-date list of dependencies