# SignalWire Compatibility SDK

[![Build Status](https://ci.signalwire.com/api/badges/signalwire/signalwire-js/status.svg)](https://ci.signalwire.com/signalwire/signalwire-js) ![NPM](https://img.shields.io/npm/v/@signalwire/compatibility-api-js.svg?color=brightgreen)

The SignalWire Compatibility SDK is designed to make migrating your existing phone or messaging application easy and quick, while giving you access to our next generation APIs and endpoints to help you take your application to the next level.

## Getting Started

Read the implementation documentation, guides and API Reference at the official [SignalWire Compatibility SDK Documentation](https://docs.signalwire.com/reference/compatibility-sdks/?javascript) site.

---

## Contributing

SignalWire Compatibility SDK is open source and maintained by the SignalWire team, but we are very grateful for [everyone](https://github.com/signalwire/compatibility-api-js/contributors) who has contributed and assisted so far.

If you'd like to contribute, feel free to visit our [Slack channel](https://signalwire.community/) and read our developer section to get the code running in your local environment.

## Developers

The Compatibility SDK is a package inside the [compatibility-api-js](https://github.com/signalwire/compatibility-api-js) repository. To setup the dev environment follow these steps:

1. [Download the installer](https://nodejs.org/) for the LTS version of Node.js. This is the best way to also [install npm](https://blog.npmjs.org/post/85484771375/how-to-install-npm#_=_).
2. Fork the [compatibility-api-js](https://github.com/signalwire/compatibility-api-js) repository and clone it.
3. Create a new branch from `main` for your change.
4. Run `npm install` to install global dependencies.
6. Make changes!

## Versioning

SignalWire Compatibility SDK follows Semantic Versioning 2.0 as defined at <http://semver.org>.

## License

`@signalwire/compatibility-api-js` is copyright © 2018-2023 [SignalWire](http://signalwire.com). It is free software, and may be redistributed under the terms specified in the [MIT-LICENSE](https://github.com/signalwire/compatibility-api-js/blob/main/LICENSE) file.
