summaryrefslogtreecommitdiff
path: root/content/tech/brokentalents.md
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2019-11-24 17:18:36 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2019-11-24 17:43:52 +0100
commit1f74c443405b2827217275bbdc428bd9320bb99a (patch)
treed97b3c35280ab24fdffd9b099fca0f318239986b /content/tech/brokentalents.md
parentf752530692e7a3db2d75bc2c77b80839da64d5f3 (diff)
downloadblog-1f74c443405b2827217275bbdc428bd9320bb99a.tar.gz
blog-1f74c443405b2827217275bbdc428bd9320bb99a.zip
Rework index page layout to include projects
Diffstat (limited to 'content/tech/brokentalents.md')
-rw-r--r--content/tech/brokentalents.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/content/tech/brokentalents.md b/content/tech/brokentalents.md
deleted file mode 100644
index 267732c..0000000
--- a/content/tech/brokentalents.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-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/).