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

https://github.com/kach/potrzebie

An engineer's copilot
https://github.com/kach/potrzebie

Last synced: about 1 year ago
JSON representation

An engineer's copilot

Awesome Lists containing this project

README

          

Potrzebie is a smart, unit-aware desktop calculator, inspired by WolframAlpha
and Frink , but with an emphasis on user-friendliness.

To hack on Potrzebie's core, you need a few things:
* OCaml, as installed by OPAM
https://opam.ocaml.org
* ocamlbuild
https://github.com/ocaml/ocamlbuild
* Menhir (via OPAM)
http://gallium.inria.fr/~fpottier/menhir/
* js_of_ocaml (via OPAM)
https://ocsigen.org/js_of_ocaml/3.1.0/manual/overview
Then you can compile with `make all`, which produces both a native binary and a
JavaScript blob for the web interface.

To hack on the standard library or web interface, just work with the relevant
HTML and JS files.