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

https://github.com/gebner/lean-client-js

This repository has moved to https://github.com/leanprover/lean-client-js
https://github.com/gebner/lean-client-js

Last synced: over 1 year ago
JSON representation

This repository has moved to https://github.com/leanprover/lean-client-js

Awesome Lists containing this project

README

          

## Javascript interface to the Lean server

[Demo code](./lean-client-js-browser/demo.ts):
```
npm install
npm run bootstrap
npm run demo
```
And go to http://localhost:8080/

You can then also run `npm run node-demo` to see the same code interacting with a locally-installed version of Lean.