Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-19 | Merge pull request #1 from benburwell/distance-calc | Ben Burwell | |
Add distance calculation functionality | |||
2015-11-19 | Update readme | Ben Burwell | |
2015-11-19 | Add distance calculation | Ben Burwell | |
2015-11-18 | Add app.json for Heroku deployment | Ben Burwell | |
2015-11-18 | Testing Heroku... | Ben Burwell | |
2015-11-18 | Get rid of unnecessary whitespace | Ben Burwell | |
2015-11-18 | Deduplicate string -> float64 conversion | Ben Burwell | |
Created a function to convert lat & long from strings to floats. Handling an improperly formatted file will not be supported; if this occurs, the lat & long returned from the API will just be (0,0). | |||
2015-11-18 | Allow use of different ports for the zipserver | Ben Burwell | |
Let users pick a port to run the server on by specifying a PORT environment variable. If this value is not specified, fall back to 8080. | |||
2015-11-18 | Update readme | Ben Burwell | |
2015-11-18 | Initial commit | Ben Burwell | |