https://github.com/gregdel/typeracer
Typeracer stats
https://github.com/gregdel/typeracer
Last synced: about 1 year ago
JSON representation
Typeracer stats
- Host: GitHub
- URL: https://github.com/gregdel/typeracer
- Owner: gregdel
- Created: 2020-04-24T12:02:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T14:18:30.000Z (about 6 years ago)
- Last Synced: 2025-04-19T23:27:13.498Z (about 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Save and plot your typeracer stats
## Configure
Add your username and password in the configuration file.
```sh
cp config.yml.example config.yml
vim config.yml
```
## Build
```sh
go build -v -o typeracer .
```
## Save your stats in a json file
The stats will be saved in `stats.json`.
```sh
./typeracer save
```
## Generate the plots
The plot will be saved in `plot.png`
```sh
./typeracer plot
```