<h1 align="center">Welcome to Evolv Technologies - JavaScript Client</h1>
<p>
  <img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" />
  <img src="https://img.shields.io/badge/node-%3E%3D13-blue.svg" />
  <a href="https://github.com/evolv-ai/javascript-sdk#readme" target="_blank">
    <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
  </a>
  <a href="https://github.com/evolv-ai/javascript-sdk/graphs/commit-activity" target="_blank">
    <img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" />
  </a>
</p>

> This is the official JavaScript client for the Evolv Technologies optimization platform.

Documentation can be found here: https://media.evolv.ai/javascript-sdk/releases/latest/docs/EvolvClient.html

### [Homepage](https://www.evolv.ai)

## Prerequisites

- node >=13

## Install

```sh
npm install
```

## Documentation Build

```sh
npm run docs
```

## Development Build

```sh
npm run build
```

## Production Build

```sh
npm run build-prod
```

## Run tests

```sh
npm test
```

## Author

**[Evolv Technologies](support@evolv.ai)**


## Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/evolv-ai/javascript-sdk/issues). You can also take a look at the [contributing guide](https://github.com/evolv-ai/javascript-sdk/blob/master/CONTRIBUTING.md).


## License

This project is [MIT](https://github.com/evolv-ai/javascript-sdk/blob/master/LICENSE) licensed.
