-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapp.json
More file actions
23 lines (23 loc) · 709 Bytes
/
app.json
File metadata and controls
23 lines (23 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Stackoverflow Fanatic",
"env": {
"EMAIL": {
"description": "Stackoverflow account email",
"value": "email@example.com"
},
"PASSWORD": {
"description": "Stackoverflow account password",
"value": "azerty"
},
"APP_URL": {
"description": "App url for Heroku Scheduler plugin, leave it blank if you don't plan tu use it.",
"value": " https://your-heroku-app.herokuapp.com/"
}
},
"description": "NodeJS, automated log in for Stack Overflow.",
"repository": "https://github.com/Thom-x/stackoverflow-fanatic",
"addons": [
"scheduler"
],
"keywords": ["node", "express", "phantomjs", "casperjs", "stackoverflow", "fanatic", "badge"]
}