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

https://github.com/astynax/ps-xmas-tree

:christmas_tree: PureScript povered Xmas Tree
https://github.com/astynax/ps-xmas-tree

demo purescript purescript-demo

Last synced: 21 days ago
JSON representation

:christmas_tree: PureScript povered Xmas Tree

Awesome Lists containing this project

README

        

#+TITLE: PureScript povered Xmas tree

* About
This repo contains a source for script which renders to HTML
a randomized Xmas Tree similar to [[http://adventofcode.com/][one from here]].

Script was written using PureScript, and it uses the direct DOM
manipulations to build a tree representation.

[[https://astynax.github.io/ps-xmas-tree/][Live demo]]

* Building & Browserification
#+BEGIN_SRC shell
pulp dep update
make
#+END_SRC
When script succesfully built the JS-file, you can open an ~index.html~ to see the
result.