0.5.2 • Published 11 months ago

fleet_sdk v0.5.2

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months 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

11 months ago

0.5.1

11 months ago

0.5.0

11 months ago