<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zipserver, branch master</title>
<subtitle>A super slim and speedy JSON API that returns location info about ZIP codes using public-domain data from the Zip Code Database Project.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/zipserver/'/>
<entry>
<title>switch to go modules</title>
<updated>2019-09-18T14:33:16+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2019-09-18T14:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/zipserver/commit/?id=ba5af93ddf8eb2d3711c757c393da4a01f52a0e4'/>
<id>ba5af93ddf8eb2d3711c757c393da4a01f52a0e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1 from benburwell/distance-calc</title>
<updated>2015-11-19T16:02:12+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2015-11-19T16:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/zipserver/commit/?id=81f58028b6e7473a78d8de0070bd6511287fbe0a'/>
<id>81f58028b6e7473a78d8de0070bd6511287fbe0a</id>
<content type='text'>
Add distance calculation functionality</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add distance calculation functionality</pre>
</div>
</content>
</entry>
<entry>
<title>Update readme</title>
<updated>2015-11-19T15:59:13+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben.burwell@trifecta.com</email>
</author>
<published>2015-11-19T15:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/zipserver/commit/?id=5be5fe170fd317a0ed5b85b513ccf3f52e433521'/>
<id>5be5fe170fd317a0ed5b85b513ccf3f52e433521</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add distance calculation</title>
<updated>2015-11-19T15:54:22+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben.burwell@trifecta.com</email>
</author>
<published>2015-11-19T15:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/zipserver/commit/?id=ef8c4a2943fcc6521ec93b817086169418342a83'/>
<id>ef8c4a2943fcc6521ec93b817086169418342a83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add app.json for Heroku deployment</title>
<updated>2015-11-19T03:13:50+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2015-11-19T03:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/zipserver/commit/?id=fe22af7afdd2cffbd8395c7151f6e957db36f065'/>
<id>fe22af7afdd2cffbd8395c7151f6e957db36f065</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Testing Heroku...</title>
<updated>2015-11-19T02:00:34+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2015-11-19T02:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/zipserver/commit/?id=4a16895ba014473e00960e59383eba64cf598355'/>
<id>4a16895ba014473e00960e59383eba64cf598355</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of unnecessary whitespace</title>
<updated>2015-11-18T21:27:02+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben.burwell@trifecta.com</email>
</author>
<published>2015-11-18T21:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/zipserver/commit/?id=9915da78233e19b68c043da08717693b4d61a74c'/>
<id>9915da78233e19b68c043da08717693b4d61a74c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deduplicate string -&gt; float64 conversion</title>
<updated>2015-11-18T21:23:46+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben.burwell@trifecta.com</email>
</author>
<published>2015-11-18T21:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/zipserver/commit/?id=5daab60e5e79b5efc76ca8cb53d4525c949c1568'/>
<id>5daab60e5e79b5efc76ca8cb53d4525c949c1568</id>
<content type='text'>
Created a function to convert lat &amp; long from strings to floats.
Handling an improperly formatted file will not be supported; if
this occurs, the lat &amp; long returned from the API will just be
(0,0).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Created a function to convert lat &amp; long from strings to floats.
Handling an improperly formatted file will not be supported; if
this occurs, the lat &amp; long returned from the API will just be
(0,0).
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow use of different ports for the zipserver</title>
<updated>2015-11-18T20:51:21+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben.burwell@trifecta.com</email>
</author>
<published>2015-11-18T20:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/zipserver/commit/?id=72d059bbd05fbbc906297e8d7fb2929c1fdd2697'/>
<id>72d059bbd05fbbc906297e8d7fb2929c1fdd2697</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update readme</title>
<updated>2015-11-18T20:11:54+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben.burwell@trifecta.com</email>
</author>
<published>2015-11-18T20:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/zipserver/commit/?id=08b44af47306d8ede59496ccb16c97b4028cd677'/>
<id>08b44af47306d8ede59496ccb16c97b4028cd677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
