Update README with correct GitHub repository link
This commit is contained in:
parent
fa7e5b1c62
commit
b270fdc0b7
1 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# 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
|
||||
- Converts latitude/longitude to geohash (precision: 4 characters)
|
||||
|
|
@ -19,7 +19,7 @@ Add rugreefer to your `pubspec.yaml`:
|
|||
dependencies:
|
||||
rugreefer:
|
||||
git:
|
||||
url: https://github.com/TheRandonauts/rugreefer.git
|
||||
url: https://github.com/randogoth/rugreefer.git
|
||||
```
|
||||
|
||||
Then, run:
|
||||
|
|
@ -148,4 +148,4 @@ await rugReefer.clearCache();
|
|||
```
|
||||
|
||||
## Author
|
||||
[@randogoth](https://github.com/randogoth)
|
||||
[@randogoth](https://github.com/randogoth)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue