wadl-client
===========

[![Build Status](https://travis-ci.org/rbelouin/wadl-client.svg?branch=master)](https://travis-ci.org/rbelouin/wadl-client)

Generate a Javascript client for a web API providing a WADL description.

See [rbelouin/wadl2json](https://github.com/rbelouin/wadl2json) for generating a swagger json from a WADL file.

How to use
----------

There is no documentation at the moment.
Please refer to the tests for learning how to use the wadl-client.

How to build
------------

Please install [node](http://nodejs.org/) and [npm](https://www.npmjs.org/) on your system.
Then:

```sh
  npm install
  npm test
```
