https://github.com/dnalchemist/google-microservice
https://github.com/dnalchemist/google-microservice
Last synced: 7 days 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-10-14T00:38:40.405Z (9 months ago)
- Language: Groovy
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- 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