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"] +}