= Getting Started With the JavaScript or TypeScript API
:description: Learn how to get started with OpenNMS.js, a command-line utility and JavaScript and TypeScript APIs for interacting with Horizon/Meridian servers.

== Installation

You can use NPM or Yarn to install `opennms` as a dependency to your project:

```bash
npm install opennms
# or
yarn install opennms
```
