From d703ee951730a81c22bc875b416adbbd76367091 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Wed, 28 Jun 2017 16:10:03 +0800 Subject: Initial commit. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac011b4 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# sound-of-sorting +Imitates [the original Sound of Sorting](http://panthema.net/2013/sound-of-sorting/) +in your browser. Started for interest, finished for the OOD course. + +Try it [here](https://chrisoft.org/sound-of-sorting/). + +The code uses lots of ES2015 features plus `async/await`. However babel should +be able to handle it. + +As I am actually a Javascript (and node.js) hater but couldn't resist the +convience it provides, the code is like a huge pile of hybrid biohazardous substance. + +As it has been finished already, this repo is very likely to be a upload-and-forget +one. -- cgit v1.2.3