1.2.0 • Published 10 years ago

fuselink v1.2.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 years ago

FuseLink

FuseLink is a JavaScript library with the goal of being a bridge between Fuse and any public facing application written in JavaScript.

Usage

Install using npm:

npm install --save fuselink superagent ramda

Some of the modules in FuseLink depend on Promises being available, if your environment does not support them natively or you want to use a full featured promise library (as long as it is Promises/A+ compliant), don't forget to add the dependency

Or clone the repo:

git clone [repo]()

In node, or in the browser using webpack or browserify, business as usual:

var FL = require('fuselink');

In the browser, include the file in the dist folder:

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/es6-promise/3.0.2/es6-promise.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/ramda/0.17.1/ramda.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/superagent/1.2.0/superagent.min.js"></script>
<script type="text/javascript" src="FuseLink.js"></script>

Refer to the documentation for a complete overview and features available.

1.2.0

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.0.8

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago