Skip to content

reason-promise binding to node-fetch

Notifications You must be signed in to change notification settings

aantron/promise-example-binding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.