packages feed

ghcjs-fetch-0.1.0.0: README.md

# ghcjs-fetch

[![Travis](https://img.shields.io/travis/cocreature/ghcjs-fetch.svg)](https://travis-ci.org/cocreature/ghcjs-fetch) [![Hackage](https://img.shields.io/hackage/v/ghcjs-fetch.svg)](https://hackage.haskell.org/package/ghcjs-fetch)

Haskell bindings for the [JavaScript Fetch
API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API).

## Running the tests
* Build the test executable using `cabal new-build ghcjs-fetch-test`.
* Run the tests with `node selenium.js`.