summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-18Testing Heroku...Ben Burwell
2015-11-18Get rid of unnecessary whitespaceBen Burwell
2015-11-18Deduplicate string -> float64 conversionBen 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-18Allow use of different ports for the zipserverBen 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-18Update readmeBen Burwell
2015-11-18Initial commitBen Burwell