Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aantron/promise-example-binding

reason-promise binding to node-fetch
https://github.com/aantron/promise-example-binding

binding demo promise rescript

Last synced: 2 days ago
JSON representation

reason-promise binding to node-fetch

Awesome Lists containing this project

README

        

# reason-promise example: binding to `node-fetch`

Clone this repo:

```
git clone https://github.com/aantron/promise-example-binding.git
cd promise-example-binding
```

and do:

```
npm install
npm run test
```

This will download the source code of the reason-promise `README.md` using
[reason-promise][reason-promise] and [`node-fetch`][node-fetch], and print it.
See [`main.re`][main] for the code.

[reason-promise]: https://github.com/aantron/promise
[main]: https://github.com/aantron/promise-example-binding/blob/master/main.re
[node-fetch]: https://www.npmjs.com/package/node-fetch