reason-promise binding to node-fetch
Find a file
2019-12-24 02:56:09 +03:00
.gitignore .gitignore package-lock.json 2018-07-11 18:43:39 -05:00
bsconfig.json Update everything 2019-12-24 00:04:38 +03:00
main.re Download reason-promise README 2019-12-24 02:56:09 +03:00
package.json Update everything 2019-12-24 00:04:38 +03:00
README.md Download reason-promise README 2019-12-24 02:56:09 +03:00

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 and node-fetch, and print it. See main.re for the code.