Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thisisjofrank/deliveryapp
https://github.com/thisisjofrank/deliveryapp
ably gmaps maps realtime transport
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/thisisjofrank/deliveryapp
- Owner: thisisjofrank
- Created: 2020-07-07T15:29:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T08:49:04.000Z (about 2 years ago)
- Last Synced: 2024-12-06T22:18:41.944Z (16 days 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
```