ApiUtils.jsContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • QuickStart
    • Install
    • Requirements
  • Examples
  • Guide
    • Cert Generator
    • Compress Response
    • Cron Utils
    • Encrypt Decrypt Req Res
    • Generate Token
    • I18n
    • Json Mocks
    • Password Decrypt
    • Password Encrypt
    • Process Monitoring
    • Refresh Token
    • Schemas Validators
    • Token Middleware Auth
    • Verify Token
  • Angular
    • Encrypt Decrypt Req Res
    • Introduction
  • Introduction
  • QuickStart
    • Install
      • Installation
    • Requirements
  • Examples
  • Guide
    • Cert Generator
    • Compress Response
    • Cron Utils
    • Encrypt Decrypt Req Res
    • Generate Token
    • I18n
    • Json Mocks
    • Password Decrypt
    • Password Encrypt
    • Process Monitoring
    • Refresh Token
    • Schemas Validators
    • Token Middleware Auth
    • Verify Token
  • Angular
    • Encrypt Decrypt Req Res
    • Introduction
  • Contact ↗ (opens in a new tab)

On This Page

  • Installation
Question? Give us feedback → (opens in a new tab)Edit this page
QuickStart
Install

Install

Installation

To install ApiUtils, simply use npm:

$ npm install apiutils.js

OR

$ yarn add apiutils.js

Make sure you have Node.js (opens in a new tab) installed, with Node.js 14 or higher being required. If you're starting a new project, initialize it with npm init before installing ApiUtils.

IntroductionRequirements

ApiUtils.js Doc