-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
28 lines (28 loc) · 737 Bytes
/
Copy pathconfig.json
File metadata and controls
28 lines (28 loc) · 737 Bytes
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
{
"name": "srm",
"desc": "Soccer Result Monitor",
"version": {
"major": 1,
"minor": 0,
"release": 0,
"build": {
"month": 12,
"year": 2023,
"date": "2023/12/16"
}
},
"author": {
"name": "Kuno Jansen",
"email": "kuno-dev@pm.me",
"company": "Kuno-Jansen Development",
"web": "https://kuno-dev.github.io/",
"git": "https://github.com/kuno-dev/srm",
"gist": "https://gist.github.com/kuno-dev"
},
"api": {
"method": "GET",
"request": "2020-21/de.1.clubs.json",
"url": "https://raw.githubusercontent.com/openfootball/football.json/master/",
"token": ""
}
}