af / bs-webapi-incubator

BuckleScript bindings to the DOM and other Web APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bs-webapi

Experimental bindings to the DOM and other Web APIs.

Installation

npm install bs-webapi

Then add bs-webapi to bs-dependencies in your bsconfig.json. A minimal example:

{
  "name": "my-thing",
  "sources": "src",
  "bs-dependencies": ["bs-webapi"]
}

Usage

See the examples folder

About

BuckleScript bindings to the DOM and other Web APIs

License:MIT License


Languages

Language:OCaml 77.9%Language:JavaScript 21.7%Language:Shell 0.3%