Skip to content

sectore/purescript-isomorphic-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-isomorphic-fetch

Build Status

PureScript bindings of isomorphic-fetch. For using fetch on server-side (Node) and client-side (Browser).

Installation

npm install --save isomorphic-fetch es6-promise
bower install --save purescript-isomorphic-fetch

Documentation

Module documentation is published on Pursuit

Examples are in test/Main.purs.

Tests

pulp test

Similar projects

License

MIT