Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelsolati/geofirestore-core
Lightweight location-based querying and encoding of Firebase Firestore Documents for geofirestore.
https://github.com/michaelsolati/geofirestore-core
firebase firestore geofire geofirestore geohashing geolocation geoquery hacktoberfest
Last synced: 2 months ago
JSON representation
Lightweight location-based querying and encoding of Firebase Firestore Documents for geofirestore.
- Host: GitHub
- URL: https://github.com/michaelsolati/geofirestore-core
- Owner: MichaelSolati
- License: mit
- Created: 2020-06-16T23:11:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T19:32:56.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T08:09:53.519Z (3 months ago)
- Topics: firebase, firestore, geofire, geofirestore, geohashing, geolocation, geoquery, hacktoberfest
- Language: TypeScript
- Homepage: https://core.geofirestore.com
- Size: 3.58 MB
- Stars: 3
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# geofirestore-core
[![npm](https://img.shields.io/npm/v/geofirestore-core)](https://www.npmjs.com/package/geofirestore-core)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/geofirestore-core)](https://bundlephobia.com/result?p=geofirestore-core)
[![Lint and Test](https://github.com/MichaelSolati/geofirestore-core/workflows/Lint%20and%20Test/badge.svg?branch=dev)](https://github.com/MichaelSolati/geofirestore-core/actions?query=workflow%3A%22Lint+and+Test%22)
[![Coveralls github](https://img.shields.io/coveralls/github/MichaelSolati/geofirestore-core)](https://coveralls.io/github/MichaelSolati/geofirestore-core)
[![GitHub stars](https://img.shields.io/github/stars/MichaelSolati/geofirestore-core)](https://github.com/MichaelSolati/geofirestore-core/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/MichaelSolati/geofirestore-core)](https://github.com/MichaelSolati/geofirestore-core/network/members)Full documentation is available at [https://core.geofirestore.com](https://core.geofirestore.com).
Lightweight location-based querying and encoding of Firebase Firestore Documents for geofirestore.
## Contributing
All code should pass tests, as well as be well documented. Please open PRs into the `dev` branch. [Please also see the Commit Message Guidelines](CONTRIBUTING.md) for how commit messages should be structured.