Write some code that processes the data in ./public/js/index.js
into a cool web document. Get creative! We want to see what you can do.
Fork, Code, Submit a Pull Request Use the libraries or framework of your choice, show us what you know!
We're polygots. You'll find Python, R, Java, Javascript, and a few other technologies in use at Gridium. Use whatever you feel most comfortable with.
If you choose to go the JS route then the basic work is done. Use NPM to initialize things.
Node, NPM should be installed
> node -v
v7.10.0
> npm -v
4.2.0
Install project dependencies
> npm i
http-server has been included for convenience, run with the following script:
> npm start
Starting up http-server, serving ./public
Available on:
http://127.0.0.1:8080
http://192.168.1.213:8080
http://192.168.100.1:8080
Hit CTRL-C to stop the server