Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.04 KB

wearzaim

Zaim Android Wear Client(unofficial).

ScreenShot

Get it on Google Play

Install

GGi clone and add mobile/res/values/api_config.xml.

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="api_key">xxxxx</string>
    <string name="api_secret">xxxxx</string>
    <string name="callback">https://xxxx.com</string>
</resources>

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request