An open API service indexing awesome lists of open source software.

https://github.com/dnalchemist/google-microservice


https://github.com/dnalchemist/google-microservice

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Find my phone

An application using google service to find your android device.

## Run application

// startup application
./gradlew run

// get your device list
curl localhost:5050/android/devices -u "yourgooglemail:yourgooglepassword"

## Run tests

./gradlew check