An open API service indexing awesome lists of open source software.

https://github.com/vatesfr/xapi-explore


https://github.com/vatesfr/xapi-explore

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# xapi-explore [![Build Status](https://travis-ci.org/vatesfr/xapi-explore.png?branch=master)](https://travis-ci.org/vatesfr/xapi-explore)

> Interactive exploration of the Xen API.

## Install

Installation of the [npm package](https://npmjs.org/package/xapi-explore):

```
> npm install --save xapi-explore
```

## Usage

**TODO**

## Development

```
# Install dependencies
> npm install

# Run the tests
> npm test

# Continuously compile
> npm run dev

# Continuously run the tests
> npm run dev-test

# Build for production (automatically called by npm install)
> npm run build
```

## Contributions

Contributions are _very_ welcomed, either on the documentation or on
the code.

You may:

- report any [issue](https://github.com/vatesfr/xapi-explore/issues) you've encountered;
- fork and create a pull request.

## License

ISC © [Vates SAS](https://vates.fr)