https://github.com/dnalchemist/google-microservice
https://github.com/dnalchemist/google-microservice
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnalchemist/google-microservice
- Owner: DNAlchemist
- License: mit
- Created: 2018-01-17T11:15:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T14:01:15.000Z (over 8 years ago)
- Last Synced: 2025-02-15T09:41:27.868Z (over 1 year ago)
- Language: Groovy
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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