Skip to content

julien-deoux/experimental-rescript-webapi

 
 

Repository files navigation

NPM Version

experimental-rescript-webapi

Experimental successor to rescript-webapi

Getting started

Install the package using your favorite package manager:

npm i @rescript/webapi@experimental

and add @rescript/webapi to your rescript.json:

{
  "bs-dependencies": [
+    "@rescript/webapi",
  ],
  "bsc-flags": [
+    "-open WebAPI.Global"
  ]
}

Documentation

More information can be found on https://rescript-lang.github.io/experimental-rescript-webapi/

About

Experimental successor to rescript-webapi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ReScript 89.2%
  • TypeScript 9.5%
  • JavaScript 1.3%