From 29423a30a5a67b14ab23066c8d021a4234a09699 Mon Sep 17 00:00:00 2001 From: zeke Date: Wed, 23 Apr 2014 20:11:01 -0700 Subject: [PATCH] add app.json --- app.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..be600b4 --- /dev/null +++ b/app.json @@ -0,0 +1,8 @@ +{ + "name": "httpbin", + "description": "HTTP Request & Response Service, written in Python + Flask.", + "repository": "https://github.com/kennethreitz/httpbin", + "website": "https://httpbin.org", + "logo": "https://s3.amazonaws.com/f.cl.ly/items/333Y191Z2C0G2J3m3Y0b/httpbin.svg", + "keywords": ["http", "rest", "API", "testing", "integration", "python", "flask"] +}