https://github.com/stephenlb/eon-maps-sfo-flight-data
EON Maps with SFO Flight Data
https://github.com/stephenlb/eon-maps-sfo-flight-data
Last synced: 2 months ago
JSON representation
EON Maps with SFO Flight Data
- Host: GitHub
- URL: https://github.com/stephenlb/eon-maps-sfo-flight-data
- Owner: stephenlb
- Created: 2022-01-20T01:25:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T02:49:54.000Z (over 4 years ago)
- Last Synced: 2025-01-01T08:28:25.025Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PubNub EON Maps with SFO Flight Data
1. Clone the repo
2. Run the docker command to start the SFO flight data server
3. Launch Map GUI by opening the index.html file or use the share link
4. **Share Link:** https://stephenlb.github.io/eon-maps-sfo-flight-data/
### 1. Clone the Repo
```shell
git clone git@github.com:stephenlb/eon-maps-sfo-flight-data.git
cd eon-maps-sfo-flight-data
```
### 2. Run SFO Flight Data Server
```shell
docker build -t sfo-flight-data . && docker run --init -i -t sfo-flight-data
```
### 3. Launch Map GUI
```shell
open index.html
```

## Original Reference Code
- https://github.com/PubNubDevelopers/twitter-stream-sample-feed/blob/c887f318f9be37558b655a2ff513d38a066db31c/app.js#L91-L105