Jeff Delaney
Jeff Delaney
I've thought about this and have started working on a query `first(n, center)` that would return the first n results from the center. It's really only possible to paginate clientside...
It would be possible to add a timestamp the the point, and I could see the benefit of this, but not sure I want to enforce it by default. Maybe...
Great idea. I was thinking about exposing additional methods that would be cost optimized. `nearby()` Starts at the most precise geohash, then works up until X results are found. `inGeohash()`...
I will keep this issue opened since more tags will be added soon. Before starting to work on a tag, leave a comment below to claim it.
@alberthoekstra done
Clone it and run `npm run build` to generate the main.js bundle, then use it in a module script: ```html import flamethrower from '/path/to/main.js'; const router = flamethrower(); ```
This looks cool! Going to test it out.
Indexing everything could work, but customization might be desirable in certain cases. I needed this feature for a project, so here's a pull request that has been tested #29
This looks awesome! Thank you so much 👍
I ended up putting something together with the GitHub GraphQL API to validate the PRs. I'll give @ascendedco a shoutout in the video follow-up bc this is a helpful little...