-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
31 lines (31 loc) · 971 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "Coffee",
"description": "Logs and reports on your coffee consumption.",
"keywords": [
"quantified self",
"ruby",
"keenio"
],
"repository": "https://github.com/ColbyAley/Coffee",
"success_url": "/auth/foursquare",
"env": {
"KEEN_PROJECT_ID": {
"description": "Your project ID from Keen IO."
},
"KEEN_READ_KEY": {
"description": "Keen IO read key for your Keen IO Project."
},
"KEEN_WRITE_KEY": {
"description": "Keen IO write key for your Keen IO Project."
},
"ALLOWED_UID": {
"description": "Your foursquare User ID, so that only you can access the app."
},
"FOURSQUARE_CLIENT_ID": {
"description": "foursquare Client ID for OAuth."
},
"FOURSQUARE_CLIENT_SECRET": {
"description": "foursquare Developer Secret for OAuth."
}
}
}