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

https://github.com/dashxhq/dashx-node

DashX SDK for Node.js
https://github.com/dashxhq/dashx-node

ab-testing admin-panel analytics automation billing cms feature-flags messaging nodejs notifications

Last synced: about 1 year ago
JSON representation

DashX SDK for Node.js

Awesome Lists containing this project

README

          




DashX




Your All-in-One Product Stack



Website
|
Demos
|
Documentation



# @dashx/node

_DashX SDK for Node.js_

## Install

**npm**
```sh
npm install @dashx/node
```

**yarn**
```sh
yarn add @dashx/node
```

## Usage

For detailed usage, refer to the [documentation](https://docs.dashx.com/developer).

## Contributing

- Make sure all the dependencies are installed:

```sh
yarn install
```

- To start dev server with hot reload:

```sh
yarn start
```

This will run a dev server that logs out errors and warnings and reloads itself on any file save.

- To create production build:

```sh
yarn build
```

- To publish package, make sure to login on npm cli and commit all the changes before running this:

```sh
yarn publish
```