Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ This is an Android app for Randall Munroe's Geohashing activity (see [its wiki](

If you want to check out the code behind the really old, pre-tablet version that existed before 0.9.0 was released, look at the legacy branch.

[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png"
alt="Get it on Google Play"
height="70">](https://play.google.com/store/apps/details?id=net.exclaimindustries.geohashdroid)
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png"
alt="Get it on IzzyOnDroid"
height="70">](https://apt.izzysoft.de/fdroid/index/apk/net.exclaimindustries.geohashdroid)

## If you want to build this yourself

The overhauled Geohash Droid should be completely functional now. However, since it uses the Google Maps API v2, you're going to need to get your own API key to use it. [Google provides instructions](https://developers.google.com/maps/documentation/android/start?hl=en) to get a key; all you have to do past that is make your own string resource called "api_map_key_v2" with the key string, and GHD should compile.
Expand Down