https://github.com/thoughtbot/tropos-android
Weather and Forecasts for Humans
https://github.com/thoughtbot/tropos-android
Last synced: 3 months ago
JSON representation
Weather and Forecasts for Humans
- Host: GitHub
- URL: https://github.com/thoughtbot/tropos-android
- Owner: thoughtbot
- License: mit
- Created: 2017-01-10T22:53:23.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T16:05:23.000Z (over 4 years ago)
- Last Synced: 2025-04-27T14:39:34.231Z (about 1 year ago)
- Language: Kotlin
- Homepage: http://troposweather.com/
- Size: 332 KB
- Stars: 128
- Watchers: 6
- Forks: 21
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tropos for Android [](https://circleci.com/gh/thoughtbot/tropos-android/tree/master)
Weather and forecasts for humans.
Information you can act on.
Most weather apps throw a lot of information at you
but that doesn't answer the question of "What does it feel like outside?".
Tropos answers this by relating the current conditions
to conditions at the same time yesterday.
# API Keys
API keys are brought in at build time via gradle.properties file. Visit https://developer.forecast.io/
to obtain a developerAPI key. Then place this key in your machine's ~/.gradle/gradle.properties file:
`DARK_SKY_FORECAST_API_KEY=123abc`
# Testing
The `test` directory contains unit tests, using JUnit and Robolectric.
Contributing
------------
See the [CONTRIBUTING] document.
Thank you, [contributors]!
[CONTRIBUTING]: CONTRIBUTING.md
[contributors]: https://github.com/thoughtbot/tropos-android/graphs/contributors
License
-------
Tropos is Copyright (c) 2017 thoughtbot, inc. It is free software,
and may be redistributed under the terms specified in the [LICENSE] file.
[LICENSE]: /LICENSE
About
-----

Tropos is maintained and funded by thoughtbot, inc.
The names and logos for thoughtbot are trademarks of thoughtbot, inc.
We love open source software!
See [our other projects][community]
or [hire us][hire] to help build your product.
[community]: https://thoughtbot.com/community?utm_source=github
[hire]: https://thoughtbot.com/hire-us?utm_source=github
