Skip to content

imptrx/Otaku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Otaku Pebble Application

Description

Otaku is a Pebble smartwatch application initally developed for HackWestern 2. It pushes timely pins to the Pebble timeline to notify the user whenever a new episode of an user's followed anime is about to air. Note that the app uses the AniList API, so user's are required to have an AniList account and to give the app API permissions to edit, create or remove your AniList data.

Screenshots

Building and Installing

The application is compiled with SDK v3.8.2 and physically tested on Basalt (Pebble Time/Time Steel) platforms. For Aplite (Pebble OG) and Chalk (Pebble Time Round), testing has only been done through the emulators, and so feedback is greatly appreciated. Some features for the server side portion of the application have yet to be completed. However, there is a .pbw compiled with SDK 3.7 that pushes pins to the timeline through the phone whenever the user enters app configuration.

Sideloading the app

# Make sure developer mode is active on your phone and then establish connection
$ pebble login
# Deletes all current build files in preparation for a clean build
$ pebble clean
# Install the watchapp on your Pebble
$ pebble install --cloudpebble

Contributers

Contributions are always welcomed via the issue tracker, bug tracker and through pull requests.