You can check out the app on Heroku!
This is my Starbucks journey in Seattle using Deck.gl made by UBER.
I used the following data.
- Traceability of my trip to Seattle using Google Map timeline
- Starbucks store location data from Kaggle
- Trips Layer (for traceability of my trip)
- Icon Layer (for Starbucks store location)
Follow this guide to set up your environment etc.
To clone and run this application, you'll need Git and Node.js (which comes with yarn) installed on your computer.
From your command line:
Downloading and installing steps
- Clone this repository
$ git clone https://github.com/nouvelle/starbucks-journey
- Go into the repository
$ cd starbucks-journey
- Install dependencies
$ yarn
- Run the app
$ yarn start
This software uses the following open source packages:
To load the map styles and tiles from Mapbox's data service, you will need to register on their website in order to retrieve an access token required by the map component, which will be used to identify you and start serving up map tiles. The service will be free until a certain level of traffic is exceeded.
Please set environment variable REACT_APP_MAPBOX_TOKEN
Pull requests are welcome!! 😊