summaryrefslogtreecommitdiff
path: root/app.json
blob: 8e679749a7490287738a434bf8a633124b74d952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "zipserver",
  "description": "A simple JSON API server written in Go from which to get ZIP code geolocation data.",
  "keywords": [
    "zipcode",
    "zip",
    "json",
    "api",
    "go",
    "golang"
  ],
  "website": "https://github.com/benburwell/zipserver",
  "repository": "https://github.com/benburwell/zipserver",
  "success_url": "/zip/10001"
}