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
- Host: GitHub
- URL: https://github.com/dashxhq/dashx-node
- Owner: dashxhq
- License: mit
- Created: 2022-06-22T13:12:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T04:55:11.000Z (over 1 year ago)
- Last Synced: 2025-03-25T06:05:48.830Z (over 1 year ago)
- Topics: ab-testing, admin-panel, analytics, automation, billing, cms, feature-flags, messaging, nodejs, notifications
- Language: TypeScript
- Homepage: https://docs.dashx.com/developer
- Size: 280 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @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
```