Update README with correct GitHub repository link

This commit is contained in:
Flux 2025-12-03 20:43:10 +02:00 • committed by GitHub
parent fa7e5b1c62
commit b270fdc0b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
# Rugreefer # Rugreefer
Rugreefer is a Dart library for retrieving metadata about geographic coordinates from a [dopecarpet](http://github.com/TheRandonauts/dopecarpet) server. It converts coordinates into a geohash, fetches a gzipped GeoJSON file from the API, and extracts relevant spatial data such as polygons and lines. The library also supports caching with optional expiration to improve performance. Rugreefer is a Dart library for retrieving metadata about geographic coordinates from a [dopecarpet](http://github.com/randogoth/dopecarpet) server. It converts coordinates into a geohash, fetches a gzipped GeoJSON file from the API, and extracts relevant spatial data such as polygons and lines. The library also supports caching with optional expiration to improve performance.
## Features ## Features
- Converts latitude/longitude to geohash (precision: 4 characters) - Converts latitude/longitude to geohash (precision: 4 characters)
@ -19,7 +19,7 @@ Add rugreefer to your `pubspec.yaml`:
dependencies: dependencies:
rugreefer: rugreefer:
git: git:
url: https://github.com/TheRandonauts/rugreefer.git url: https://github.com/randogoth/rugreefer.git
``` ```
Then, run: Then, run: