Skip to content

Uses Google Location History to find out when people were unknowingly near each other

License

Notifications You must be signed in to change notification settings

ekatiyar/chance-encounters

Repository files navigation

Chance-Encounters

Uses Google Location History to find out when people were unknowingly near each other in both a spatial and temporal sense

Project Setup

This guide will help you set up the project by installing necessary dependencies and tools.

Prerequisites

Steps

  1. Add WASM as a target to rustup

    rustup target add wasm32-unknown-unknown
  2. Install Trunk

    Trunk is a WASM web application bundler for Rust.

    cargo install trunk
  3. Install cargo-make

    cargo-make is a task runner for Rust.

    cargo install cargo-make
  4. Download Node.js dependencies

    npm install

    This will install the dependencies listed in the package.json file.

  5. Run locally

    Navigate to the project directory and run:

    trunk serve --open

    This will install the dependencies listed in the Cargo.toml file and serve the application locally

  6. More Options

    Take a look at Makefile.toml for cargo-make targets. Here is one example

    cargo make run-dev

    This runs the same command as Step 5.

About

Uses Google Location History to find out when people were unknowingly near each other

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages