4.0.3 • Published 10 years ago

felina-js v4.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Felina JS

JavaScript client library for the Felina API

Install

bower install --save felina-js

Then include jQuery and dist/main.js in your page however you like.

Use

Initialise the library:

var api = fl_api();

or pass a URL to use your own hosted copy of the server instead of the main one:

var url = 'http://localhost:5000/'; // Remember your trailing slash
var api = fl_api(url);

then start calling methods:

api.loginCheck(function(data) {
    console.log(data.user.name);
});

For a full list of available methods see the server wiki.

License

MIT

4.0.3

10 years ago

4.0.2

10 years ago

4.0.1

10 years ago

4.0.0

10 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.5.0

10 years ago

2.4.3

10 years ago

2.4.2

10 years ago

2.4.1

10 years ago

2.4.0

10 years ago

2.3.1

10 years ago

2.3.0

10 years ago

2.2.1

10 years ago

2.2.0

10 years ago

2.1.0

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.5.0

10 years ago

1.4.0

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

1.0.0

10 years ago