this post was submitted on 18 Jan 2024
166 points (97.7% liked)

Today I Learned (TIL)

6434 readers
1 users here now

You learn something new every day; what did you learn today?

/c/til is a community for any true knowledge that you would like to share, regardless of topic or of source.

Share your knowledge and experience!

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 8 months ago (1 children)

Years ago I made an app that did exactly this as my first attempt at mobile development. It's quite easy to do, as (at least at the time) wikipedia provided a free API and I was able to get another one which got coordinates from an entered address. It's not on the Google play store anymore as I didn't keep it up to date with the development requirements Google has added over the years, but it could easily be recreated by a programmer with interest.

[–] [email protected] 4 points 8 months ago (1 children)
[–] [email protected] 3 points 7 months ago

Here it is: https://github.com/pkeg/mobi.thisplace

Almost certainly doesn't work anymore and probably wasn't built well in the first place. It was one of my first projects, haha.