Kinto / elm-kinto

An Elm client for the Kinto API
http://package.elm-lang.org/packages/Kinto/elm-kinto/latest
Other
28 stars 7 forks source link

Added Utils module, tests, travis config. #2

Closed n1k0 closed 8 years ago

n1k0 commented 8 years ago

This is WiP. This introduces a new Utils module (yes, I know) containing a timeAgo helper which I'm planning to use to render human friendly times in views. This also introduces unit tests for this specific function, and a test runner based on elm-test, as well as Travis-CI integration.

n1k0 commented 8 years ago

Note that a elm-test --watch option is coming in its next release :)

n1k0 commented 8 years ago

Current status: https://twitter.com/jackdre02/status/775957722470637568

n1k0 commented 8 years ago

Addressed a bunch of things my way in https://github.com/n1k0/kinto-elm-experiments/pull/2/commits/d6c1bef814877dc858720db04d5cb91637672e6d and https://github.com/n1k0/kinto-elm-experiments/pull/2/commits/ab92c71db506f1ec7b4703b462db714bcb71cb82, feedback would be appreciated :)

magopian commented 8 years ago

seems all good to me, congratz!