An open API service indexing awesome lists of open source software.

https://github.com/semibran/wundernut-five

Decoding Wundernut no. 5
https://github.com/semibran/wundernut-five

Last synced: about 1 year ago
JSON representation

Decoding Wundernut no. 5

Awesome Lists containing this project

README

          

# wundernut-five
> Decoding Wundernut no. 5

Here's my take on [the fifth Wundernut](https://github.com/wunderdogsw/wunderpahkina-vol5#secret-message). It's not the most elegant solution, but it's the best I could manage without using a canvas library :)

This is what I got:

![Wundernut Five result](result.png)

The code used to generate this solution can be found in `index.js`.

## Installation
Clone and install dependencies to run the code on your system.

```sh
$ git clone https://github.com/semibran/wundernut-five.git
...
$ cd wundernut-five
$ npm install
```

After installation, `npm start` should run automatically and run `index.js` in your browser.