phdesign / cleantalk-client

Testing the CleanTalk Node API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CleantTalk Sample Node.js Client

A sample project to test working with the CleanTalk API through a Node.js client.

Quickstart

Install dependencies.

npm install

Register for a CleanTalk API key at https://cleantalk.org/.

Create a secrets file .env and set your API key.

CLEANTALK_AUTH_KEY=<CleanTalk API Key>

Run the Serverless project offline.

npm start

Visit the localhost site: http://localhost:3000

About

Testing the CleanTalk Node API


Languages

Language:JavaScript 100.0%