Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuzzleio/kuzzle-geoads-example
https://github.com/kuzzleio/kuzzle-geoads-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kuzzleio/kuzzle-geoads-example
- Owner: kuzzleio
- License: apache-2.0
- Archived: true
- Created: 2019-02-20T15:57:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T16:45:01.000Z (over 5 years ago)
- Last Synced: 2024-06-23T13:32:13.263Z (4 months ago)
- Language: JavaScript
- Size: 619 KB
- Stars: 3
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Geoads
Geofencing demonstration where an app would dispay an ad if a user would be in range.
## Build
To build it simply run
```sh
npm install
npm run build
```Then access the `dist/index.html` in your browser.
## What it does
Move the marker by clicking on the map to simulate the fact that the user is moving.
If you enter a circle it means the user will be in range of an ad therefor it will show it.
If 2 ads overlap then both of the ads will be shown.![Demo](demo.gif)