summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'app.json')
-rw-r--r--app.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/app.json b/app.json
new file mode 100644
index 0000000..8e67974
--- /dev/null
+++ b/app.json
@@ -0,0 +1,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"
+}