htoooth / ZeppOS-Tasks

Task list for ZeppOS. In sync with Google Tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZeppTasks

Task list for ZeppOS. In sync with Google Tasks

Build instructions

Required software:

First, you must register in Google Cloud and create a project to obtain OAuth keys.

  1. Create new project in Google Cloud console
  2. Enable Google Tasks API
  3. Create & publish some page that will be able to show obtained token, use it as callback URL
  4. Configure OAuth screen, add self as test user, don't forgot to add tasks scope
  5. Create "OAuth 2.0 Client IDs" in credentials
  6. Copy app-side/Config.js.example to app-side/Config.js and paste your credentials and callback URL into them

Clone this project recursively:

git clone --recursive https://github.com/melianmiko/ZeppOS-Tasks.git

Then, you should build assets for all devices. To do that, run prepare_all.py script in that project dir.

python3 prepare_all.py

Now, you'll be able to build project using zeus toolchain.

zeus preview

About

Task list for ZeppOS. In sync with Google Tasks

License:GNU General Public License v3.0


Languages

Language:JavaScript 97.8%Language:Python 2.2%