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

https://github.com/billstclair/noredink-challenge

My answer to NoRedInk's two-hour programming challenge
https://github.com/billstclair/noredink-challenge

Last synced: 9 months ago
JSON representation

My answer to NoRedInk's two-hour programming challenge

Awesome Lists containing this project

README

          

This project is a code challenge from [NoRedInk](http://noredink.com/), a two hour project as the first part of them deciding whether to interview me further for becoming part of their team.

Use `elm-reactor` to run the example:

cd ...
git clone git@github.com:billstclair/NoRedInkChallengeWws.git

cd .../NoRedInkChallengeWws
elm reactor

Then aim your browser at http://localhost:8000/src/Main.elm

During development, you can test a compile with the `m` script:

cd .../NoRedInkChallengeWws
bin/m Main

This creates no output file, but reports on compilation errors.

Bill St. Clair <>

27 March 2017