apidotjs

0.5.1 • Public • Published

api.js

Codeship Status for K0TT/api.js

codecov

api.js is a REST helper library for javascript. The purpose is to provide methods that are commonly used when dealing with REST request to and from a server.

Installation

With bower

bower install --save-dev apidotjs

With npm

npm install --save-dev apidotjs

With yarn

yarn add apidotjs --dev

Testing

To run functional tests you need to keep the test server running while executing tests. Run

npm start

To start the test server

Starting the test server with Docker

A Dockerfile is included at the root of the project. To start the test server with docker simply run

docker build -t api .
docker run --name api -p 8000:8000 -d api npm start

This command will run unit/functional tests

gulp test

Documentation

Gitbook - api.js

Contribution

Issue tracker: https://github.com/K0TT/api.js/issues

Contact: doddi@kott.is

/apidotjs/

    Package Sidebar

    Install

    npm i apidotjs

    Weekly Downloads

    21

    Version

    0.5.1

    License

    MIT

    Unpacked Size

    125 kB

    Total Files

    37

    Last publish

    Collaborators

    • k0tt