Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions StatIndex/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Trust Project Stat Index

> One paragraph description about what it does from a non-technical point of view

Some more context, background etc.

# Install

N/A

```bash
$ install.package('...')
# ...
```

# Use

## Command line

N/A

```bash
# ...
```

## API

N/A

```r
# ...
```

# Stat Index Datapoints

| Key | Type | Comment |
| --- | --- | --- |
| N/A | N/A | |

Sample response:

```json
{
"key-name": [
{ ...: ... },
{ ...: ... }
]
}
```

# Contribute

## Update the stats dictionnary

N/A

# License / Credits

N/A

> Choose a license (MIT, Apache-2.0 etc.)