Skip to content

bleathem/keynote2015-beacon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Location Force Layout

A location-scanner multi-foci force-layout built using d3.js and Rx.js.

Pre-requisutes:

  • node.js (installed globally)

  • mongodb

  • for development: gulp.js (installed globally)

To install and run the project

Execute the following commands in your local clone of this repository:

> npm install --production
> npm start

To develop the project:

Install gulp

Make sure gulp.js is installed globally

> npm install -g gulp

Start mongo

Download mongod from the mongodb website, and place mongod on your path: https://www.mongodb.org/

run gulp mongo in it’s own terminal to start mongo (make sure no other instances of mongo are running)

Start the project

run gulp in it’s own terminal

About

Location-scanner multi-foci force-layout using d3.js and Rx.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published