Skip to content

Installation

Requirements

Before installing Akismet for JS, you need to make sure you have Node.js and npm, the Node.js package manager, up and running.

You can verify if you're already good to go with the following command:

node --version
# v22.0.0

Installing with npm package manager

1. Install it

From a command prompt, run:

npm install @cedx/akismet

2. Import it

Now in your JavaScript code, you can use:

import * as akismet from "@cedx/akismet";