diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-24 14:08:59 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-24 14:08:59 +0200 |
| commit | 02e03c2cbc0adf5e4a954222a3841a31646eeccd (patch) | |
| tree | f3ee575aa62de63633735ded4c2df3b13c5afc3f | |
| parent | 86724c31f6b4b471c76faa411a0b1799c5f7a228 (diff) | |
| download | blog-02e03c2cbc0adf5e4a954222a3841a31646eeccd.tar.gz blog-02e03c2cbc0adf5e4a954222a3841a31646eeccd.zip | |
article: brokentalentsfun
| -rw-r--r-- | content/tech/brokentalents.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/content/tech/brokentalents.md b/content/tech/brokentalents.md new file mode 100644 index 0000000..267732c --- /dev/null +++ b/content/tech/brokentalents.md @@ -0,0 +1,14 @@ +--- +categories: +- software +date: 2018-05-24 +title: Data science with functional programming and a MOBA API +--- + +I created a meta statistics website for the League-of-Legends-like game Vainglory. +<!--more--> + +The mobile online game [Vainglory](http://vainglorygame.com) publishes players' game data via [an API](http://developer.vainglorygame.com). +Using [RamdaJS](http://ramdajs.com), a functional JavaScript library and knowledge gained from previous projects with the Vainglory API, I built a set of scripts to extract win and usage statistics of the four most popular game modes in Vainglory. + +You can check the statistics on [this website](http://brokentalents.fun), which is built using the [VueJS](http://vuejs.org) and [BulmaCSS](http://bulma.io) frameworks and [hosted on GitHub pages](https://pages.github.com/). |
