@pointlessone@status.pointless.one
Post #2893695
2026-05-27 08:32 UTC
@bitboxer@mastodon.social Awesome!
For just linking books LibraryThing is quite OK.
Example: https://www.librarything.com/work/14231634/t/The-Fifth-Season
But we always can have more options.
For bookstores you can use Overpass Turbo to query OpenStreetMap.
https://overpass-turbo.eu/
Example query:
[out:json][timeout:25];
// fetch area to search in
{{geocodeArea:Berlin}}->.searchArea;
// gather results
node[shop=books](area.searchArea);out;
// print results
out geom;
Switch to Data in the top right corner of the page.
You’ll get locations and lots of other data, including websites. But you’ll have to workout how to link to individual books.
Replies (0)
No replies.