Skip to content

nouvelle/starbucks-journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Starbucks journey in Seattle ☕

You can check out the app on Heroku!

image

  1. About
  2. Using Data
  3. Using Layer of Deck.gl
  4. Development
  5. Technology used
  6. Contributing
  7. License

About

This is my Starbucks journey in Seattle using Deck.gl made by UBER.

Using Data

I used the following data.

  1. Traceability of my trip to Seattle using Google Map timeline
  2. Starbucks store location data from Kaggle

Using Layer of Deck.gl

  1. Trips Layer (for traceability of my trip)
  2. Icon Layer (for Starbucks store location)

Development

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

  1. Clone this repository
$ git clone https://github.com/nouvelle/starbucks-journey
  1. Go into the repository
$ cd starbucks-journey
  1. Install dependencies
$ yarn
  1. Run the app
$ yarn start

Technology used

This software uses the following open source packages:

About Mapbox Tokens

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

Contributing

Pull requests are welcome!! 😊

License

MIT

About

This is my Starbucks journey in Seattle using Deck.gl(https://github.com/uber/deck.gl) made by UBER.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published