diff --git a/.indium.json b/.indium.json deleted file mode 100644 index c74680f..0000000 --- a/.indium.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "configurations": [ - { - "name": "Telegroam", - "type": "chrome" - } - ] -} diff --git a/Procfile b/Procfile deleted file mode 100644 index 56900e4..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: node proxy.js diff --git a/app.json b/app.json deleted file mode 100644 index b143f3c..0000000 --- a/app.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "Telegroam Proxy", - "description": "A proxy for making CORS requests to Telegram's bot API", - "repository": "https://github.com/mbrock/telegroam" -}