https://github.com/hackafro/ionic-geofence-app
Realtime location tracking using pusher
https://github.com/hackafro/ionic-geofence-app
Last synced: 8 months ago
JSON representation
Realtime location tracking using pusher
- Host: GitHub
- URL: https://github.com/hackafro/ionic-geofence-app
- Owner: HackAfro
- Created: 2018-06-19T05:25:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T08:52:58.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T00:38:08.138Z (about 1 year ago)
- Language: TypeScript
- Size: 1.38 MB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic Geofence Application
Realtime location tracking using pusher
## Prerequisites
- [Ionic](https://ionicframework.com/getting-started)
- [Express](https://expressjs.com/)
- [Pusher](https://pusher.com)
- A [Pusher account](https://pusher.com/signup) and [Pusher app credentials](http://dashboard.pusher.com/)
## Getting started
- Clone the project and install dependencies:
- Create a file named `.env`. Update the `.env` file with the content below:
```
PUSHER_APP_ID=app-id
PUSHER_APP_KEY=app-key
PUSHER_APP_SECRET=app-secret
PUSHER_CLUSTER=cluster
```
> **Note**: ensure to replace the placeholder values with your pusher `appId`, `key`, `cluster` and `secret`.
- Clone the repo
- Enter the project folder
- Run `yarn` or `npm i`
- Start server by running `node server`
- Run `ionic serve` to start the application
## Built With
- [Ionic](https://ionicframework.com/getting-started)
- [Pusher](https://pusher.com)
- [Express](https://expressjs.com/)