Add axios, refactor parseStats

This commit is contained in:
maxswa
2019-06-10 11:57:24 -04:00
parent 3c0e8143c3
commit f776e5e936
3 changed files with 187 additions and 230 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}