Installation
Install the SDK
Choose the package for your framework.
Next.js
For full-stack and server-side Next.js applications.
npm install @oneminutelogs/nextor
pnpm add @oneminutelogs/nextor
yarn add @oneminutelogs/nextExpress.js
For lightweight Node.js APIs and backend services.
npm install @oneminutelogs/expressor
pnpm add @oneminutelogs/expressor
yarn add @oneminutelogs/expressNestJS
For structured Node.js applications built with NestJS.
npm install @oneminutelogs/nestjsor
pnpm add @oneminutelogs/nestjsor
yarn add @oneminutelogs/nestjsRequirements
- Node.js 18+
- OneMinute Logs API Key
- Internet connection to reach the OneMinute Logs API
What's next?
After installing the SDK, initialize it inside your application.