We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4e08b commit fc24e20Copy full SHA for fc24e20
README.md
@@ -9,6 +9,8 @@ You are GIF JOCKEY!!!!
9
* Redis (Redis to go only for now)
10
* (heroku deployable)
11
12
+[](https://heroku.com/deploy)
13
+
14
## Install
15
16
```
app.json
@@ -0,0 +1,14 @@
1
+{
2
+ "name": "gjbu",
3
+ "description": "You are GIF JOCKEY!!!!",
4
+ "keywords": [
5
+ "gif",
6
+ "Visual Jockey"
7
+ ],
8
+ "website": "https://github.com/kosendj/gj",
+ "repository": "https://github.com/kosendj/gj",
+ "success_url": "/",
+ "addons": [
+ "redistogo"
+ ]
+}
0 commit comments