---
title: Installation
---

# Installation

Install Moe-js via npm:

```
npm install --save @toptensoftware/moe-js
```

and import it as follows:

```javascript
const moe = require('@toptensoftware/moe-js');
```

## NPM Registry

Moe.js can be found on npmjs.org registry here:

* <https://www.npmjs.com/package/@toptensoftware/moe-js>

## Source Repository

You can also get Moe-js directly from the public Git repository:

* <https://github.com/toptensoftware/moe-js>


