~nik90/ubuntu-weather-app/fix-ota10-sdk-issues

« back to all changes in this revision

Viewing changes to README

  • Committer: Tarmac
  • Author(s): Girish Rawat
  • Date: 2015-12-22 01:10:40 UTC
  • mfrom: (187.1.4 ubuntu-weather-app)
  • Revision ID: tarmac-20151222011040-0r880cfuola0l20j
Updated and fixed READMEs.

Approved by Jenkins Bot, Victor Thompson, Andrew Hayzen, Nicholas Skaggs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Weather app for Ubuntu devices
2
 
 
3
 
To contribute:
4
 
    https://wiki.ubuntu.com/Touch/CoreApps/Weather
5
 
    https://wiki.ubuntu.com/Touch/CoreApps/DevelopmentGuide
6
 
 
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.
12
 
 
13
 
      See http://openweathermap.org/faq#error401 for details and
14
 
      http://openweathermap.org/appid to obtain a personal key.
15
 
 
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
19
 
 
20
 
See the debian/control file for an up-to-date list of dependencies