mirage / ocaml-github

GitHub APIv3 OCaml bindings
ISC License
100 stars 61 forks source link

javascript fixes + test #81

Closed andrewray closed 9 years ago

andrewray commented 9 years ago

add time module to functor application

simple webpage interacting with github.

note; no user authentication tests as yet.

andrewray commented 9 years ago

After building with js_of_ocaml installed, run

js_of_ocaml test_javascript.byte -o lib_test/test_javascript.js

and load lib_test/index.html into a browser (Chromium tested).

dsheets commented 9 years ago

Works well! Thanks!