0.5.2 • Published 2 years ago

fleet_sdk v0.5.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Set Up Fleet

Install the SDK

npm install fleet-sdk

Express.js

Import the SDK at the top of your plugin's files

import { expressAnalytics } from 'fleet_sdk'

Initialize the SDK with your Plugins Analytics's ID as middleware.

const app = express();

app.use(expressAnalytics(<API-KEY>)); // Add middleware
0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago