Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thisisjofrank/deliveryapp


https://github.com/thisisjofrank/deliveryapp

ably gmaps maps realtime transport

Last synced: 1 day ago
JSON representation

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
```