Skip to content

Instantly share code, notes, and snippets.

View hoorayimhelping's full-sized avatar

Bucky Schwarz hoorayimhelping

View GitHub Profile
diff --git a/js/app.js b/js/app.js
index 5feadbc..01c55e4 100644
--- a/js/app.js
+++ b/js/app.js
@@ -207,9 +207,9 @@ var newEdge = function(options) {
var SolarSystem = function() {
this.nodes = {
earth: new Node('Earth'),
- leo: new Node('Low Earth Orbit'),
- geo_transfer: new Node('Geostationary Transfer'),
diff --git a/js/maps/solar_system.js b/js/maps/solar_system.js
index c884617..4bcc8cd 100644
--- a/js/maps/solar_system.js
+++ b/js/maps/solar_system.js
@@ -10,9 +10,9 @@ var newEdge = function(options) {
var SolarSystem = function() {
this.nodes = {
earth: new Node('Earth'),
- leo: new Node('Low Earth Orbit'),
- geo_transfer: new Node('Geostationary Transfer'),
diff --git a/js/maps/solar_system.js b/js/maps/solar_system.js
index c884617..6ae253f 100644
--- a/js/maps/solar_system.js
+++ b/js/maps/solar_system.js
@@ -10,9 +10,9 @@ var newEdge = function(options) {
var SolarSystem = function() {
this.nodes = {
earth: new Node('Earth'),
- leo: new Node('Low Earth Orbit'),
- geo_transfer: new Node('Geostationary Transfer'),
diff --git a/js/maps/solar_system.js b/js/maps/solar_system.js
index c884617..c596b9e 100644
--- a/js/maps/solar_system.js
+++ b/js/maps/solar_system.js
@@ -10,37 +10,39 @@ var newEdge = function(options) {
var SolarSystem = function() {
this.nodes = {
earth: new Node('Earth'),
- leo: new Node('Low Earth Orbit'),
- geo_transfer: new Node('Geostationary Transfer'),
diff --git a/js/maps/solar_system.js b/js/maps/solar_system.js
index c884617..209c063 100644
--- a/js/maps/solar_system.js
+++ b/js/maps/solar_system.js
@@ -10,37 +10,41 @@ var newEdge = function(options) {
var SolarSystem = function() {
this.nodes = {
earth: new Node('Earth'),
- leo: new Node('Low Earth Orbit'),
- geo_transfer: new Node('Geostationary Transfer'),
diff --git a/js/maps/solar_system.js b/js/maps/solar_system.js
index c884617..5fb9470 100644
--- a/js/maps/solar_system.js
+++ b/js/maps/solar_system.js
@@ -10,37 +10,41 @@ var newEdge = function(options) {
var SolarSystem = function() {
this.nodes = {
earth: new Node('Earth'),
- leo: new Node('Low Earth Orbit'),
+ low_earth_orbit: new Node('Low Earth Orbit'),
diff --git a/js/maps/solar_system.js b/js/maps/solar_system.js
index c884617..7163cff 100644
--- a/js/maps/solar_system.js
+++ b/js/maps/solar_system.js
@@ -18,12 +18,14 @@ var SolarSystem = function() {
moon: new Node('Moon'),
earth_transfer: new Node('Earth Transfer'),
mars_transfer: new Node('Mars Transfer'),
+ low_mars_orbit: new Node('Low Mars Orbit'),
+ mars: new Node('Mars'),
diff --git a/test/solar_system.js b/test/solar_system.js
index 157a8df..15389ce 100644
--- a/test/solar_system.js
+++ b/test/solar_system.js
@@ -4,15 +4,18 @@ var Edge = require('../js/graph/edge');
var solar_system = require('../js/maps/solar_system');
-describe("walking the solar system from earth", function() {
+describe("one-way trips from earth", function() {
diff --git a/gulpfile.js b/gulpfile.js
index 8774b91..c378069 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -5,8 +5,6 @@ var jshint = require('gulp-jshint');
var browserify = require('browserify');
var reactify = require('reactify');
-var tape = require('gulp-tape');
-
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..5760be5
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+# http://editorconfig.org
+root = true
+
+[*]