# [wiremock-js](https://github.com/Stratouklos/wiremock-js)

[![NPM version](http://img.shields.io/npm/v/wiremock-js.svg?style=flat-square)](https://www.npmjs.com/package/wiremock-js)
[![NPM downloads](http://img.shields.io/npm/dm/wiremock-js.svg?style=flat-square)](https://www.npmjs.com/package/wiremock-js)
[![Build Status](http://img.shields.io/travis/Stratouklos/wiremock-js/master.svg?style=flat-square)](https://travis-ci.org/Stratouklos/wiremock-js)
[![Coverage Status](https://img.shields.io/coveralls/Stratouklos/wiremock-js.svg?style=flat-square)](https://coveralls.io/Stratouklos/wiremock-js)
[![Dependency Status](http://img.shields.io/david/Stratouklos/wiremock-js.svg?style=flat-square)](https://david-dm.org/Stratouklos/wiremock-js)

> Javascript client for wiremock

### How to Install

```sh
$ npm install wiremock-js
```

### Getting Started

...

### How to Test

Run one, or a combination of the following commands to lint and test your code:

```sh
$ npm run lint          # Lint the source code with ESLint
$ npm test              # Run unit tests with Mocha
$ npm run test:watch    # Run unit tests with Mocha, and watch files for changes
$ npm run test:cover    # Run unit tests with code coverage by Istanbul
```

To launch the documentation site, run:

```sh
$ npm install -g easystatic
$ npm start
```

### License

MIT © 2016 Stratos
