https://github.com/wavefronthq/wavefront-sdk-javascript
Wavefront Core Javascript SDK
https://github.com/wavefronthq/wavefront-sdk-javascript
Last synced: over 1 year ago
JSON representation
Wavefront Core Javascript SDK
- Host: GitHub
- URL: https://github.com/wavefronthq/wavefront-sdk-javascript
- Owner: wavefrontHQ
- License: apache-2.0
- Created: 2020-03-20T04:43:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T15:52:26.000Z (almost 3 years ago)
- Last Synced: 2023-07-19T16:58:42.587Z (almost 3 years ago)
- Language: JavaScript
- Size: 170 KB
- Stars: 1
- Watchers: 26
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> **Warning**
>
> VMware has ended active development of this project. this repository will no longer be updated.
# wavefront-sdk-javascript
Wavefront Core Javascript sender SDK
### Setup
$ npm install
### Requirements
NodeJS version 8
### Usage
* Ro run the example, run `npm run start `
* To run with debugger, put `-r @babel/preset-env -r @babel/register -r regenerator-runtime` under the node parameters.
* `npm run build` to generate a UMD bundle under `dist` directory.