Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aantron/promise-example-binding
- Owner: aantron
- Created: 2018-07-11T21:19:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T23:57:04.000Z (about 5 years ago)
- Last Synced: 2025-01-20T17:55:16.290Z (4 days ago)
- Topics: binding, demo, promise, rescript
- Language: Reason
- Homepage: https://github.com/aantron/promise
- Size: 5.86 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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