Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pheuter/weather-report
A very basic weather app for Google Glass.
https://github.com/pheuter/weather-report
Last synced: about 2 months ago
JSON representation
A very basic weather app for Google Glass.
- Host: GitHub
- URL: https://github.com/pheuter/weather-report
- Owner: pheuter
- Created: 2014-04-13T22:23:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-20T16:34:41.000Z (over 10 years ago)
- Last Synced: 2024-10-12T23:13:24.469Z (3 months ago)
- Language: Java
- Homepage: http://blog.markfayngersh.com/glassware-getting-started-developing-native-apps-for-google-glass
- Size: 196 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Report
[Blog Post Guide](http://blog.markfayngersh.com/glassware-getting-started-developing-native-apps-for-google-glass)
![Prompt](https://dl.dropboxusercontent.com/s/syrqacnuf3a8t3s/Screenshot%202014-04-19%2019.40.46.png?dl=1&token_hash=AAHYp98qd1dqAhM8dlp1CtEQh-Mv_TJ-d30B10_NFlII6Q)
![Activity](https://dl.dropboxusercontent.com/s/lnkl46m2imtsl4k/Screenshot%202014-04-19%2019.40.55.png?dl=1&token_hash=AAHT2VKIzr-Onq7xSCtDu3XUfDqcFt_TzfYCqpmhA9tQbA)
Very basic Glassware that displays temperature and reads aloud weather description for a given city.
Uses [Open Weather Map API](http://openweathermap.org/API) to fetch basic weather data.
## Dependencies
**App** - These dependencies are used by the main application
$ ./gradlew app:dependencies --configuration compile
> com.mcxiaoke.volley:library:1.0.+ -> 1.0.3**Test** - These additional dependencies are used solely for testing
$ ./gradlew app:dependencies --configuration androidTestCompile
> org.hamcrest:hamcrest-all:1.3## Installation
Connect your Google Glass device and run:
$ ./gradlew installDebug
## Tests
Unit tests are written using JUnit 3 and [Hamcrest](https://github.com/hamcrest/JavaHamcrest).
To run the test suite, connect your Glass and execute:
$ ./gradlew connectedAndroidTest