forked from recoded-co/coinmap
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtaginfo.json
43 lines (43 loc) · 1.18 KB
/
taginfo.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
32
33
34
35
36
37
38
39
40
41
42
43
{
"tags": [
{
"key": "name",
"description": "Name shown in popup map"
},
{
"key": "payment:bitcoin",
"description": "showing places where you can use Bitcoin."
},
{
"key": "currency:XBT",
"description": "showing places where you can use Bitcoin."
},
{
"key": "addr:street",
"description": "street address of the merchant who accepts Bitcoin"
},
{
"key": "website",
"description": "website of the merchant who accepts Bitcoin"
},
{
"key": "contact:email",
"description": "email of the merchant who accepts Bitcoin"
},
{
"key": "contact:phone",
"description": "Phone number of the merchant who accepts Bitcoin"
}
],
"data_format": 1,
"data_url": "https://raw.githubusercontent.com/smartm0use/coinmap/master/taginfo.json",
"project": {
"description": "Map showing places where you can use Bitcoin.",
"doc_url": "https://github.com/smartm0use/coinmap/blob/master/README.md",
"contact_name": "smartmouse",
"contact_email": "",
"project_url": "https://coinmap.it",
"icon_url": "https://coinmap.it/img/favicon.png",
"name": "CoinMap"
}
}