forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yml
61 lines (55 loc) · 1.47 KB
/
metadata.yml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: ♟️ Chess
category: community
description: |
This plugin displays the last game you played on a supported chess platform.
disclaimer: |
This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with any of the supported provider.
All product and company names are trademarks™ or registered® trademarks of their respective holders.
examples:
default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.chess.svg
authors:
- lowlighter
supports:
- user
- organization
- repository
scopes: []
inputs:
plugin_chess:
description: |
Enable chess plugin
type: boolean
default: no
plugin_chess_token:
description: |
Chess platform token
type: token
default: ""
extras:
- metrics.api.chess.any
plugin_chess_user:
description: |
Chess platform login
type: string
default: .user.login
preset: no
plugin_chess_platform:
description: |
Chess platform
type: string
default: ""
values:
- lichess.org
plugin_chess_animation:
description: |
Animation settings
- `size` is the size of a single chessboard square in pixels (board will be 8 times larger)
- `delay` is the delay before starting animation (in seconds)
- `duration` is the duration of the animation of a move (in seconds)
type: json
default: |
{
"size": 40,
"delay": 3,
"duration": 0.6
}