https://github.com/thisisjofrank/deliveryapp
https://github.com/thisisjofrank/deliveryapp
ably gmaps maps realtime transport
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thisisjofrank/deliveryapp
- Owner: thisisjofrank
- Created: 2020-07-07T15:29:12.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T08:49:04.000Z (over 3 years ago)
- Last Synced: 2025-10-27T00:35:30.950Z (7 months ago)
- Topics: ably, gmaps, maps, realtime, transport
- Language: JavaScript
- Homepage: https://cttransit-gmaps.herokuapp.com/
- Size: 2.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ably JavaScript Google maps Demo
This is a demo of using an Ably data stream to place an animating marker on a Google Map
## To configure `TokenRequests`
Make sure you have a `.env` file that looks something like this:
```bash
ABLY_API_KEY=yourably:apikeyhere
```
## To run locally
In the project root run:
```bash
npm run start
```