Skip to content

lukehuk/geolocation-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geolocation-experiments

Requirements

  • Node.js
  • PubNub Publish/Subscribe Keys (Free)
  • Google Maps API Key (Free) - get here
  • Docker

PubNub Account

If you don't already have an account, you can create one for free.

  1. Sign in to your PubNub Admin Dashboard, click Create New App for PubNub Chat and give your app a name.

  2. Select your new app, then click its keyset.

  3. Locate the Publish and Subscribe keys. You'll need these keys to include in this project.

Building the project

  1. Clone the GitHub repository.

    git clone git@github.com:lukehuk/geolocation-experiments.git
  2. Install the project.

    cd geolocation-experiments/react
    npm install
  3. Run init.sh script to remove any running Docker containers and start containers required for this application.

    cd docker
    ./init.sh
  4. Run the project in your local environment. You may be asked to input your PubNub keys and populate sample data if you are running the app for the first time.

    cd ../
    npm start

Open http://localhost:3001 to view it in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors