An open API service indexing awesome lists of open source software.

https://github.com/westtrade/cleantalk

Nodejs API for antispam service cleantalk.org. Invisible protection from spam, no captches, no puzzles, no animals and no math.
https://github.com/westtrade/cleantalk

antispam cleantalk nodejs spam

Last synced: 6 months ago
JSON representation

Nodejs API for antispam service cleantalk.org. Invisible protection from spam, no captches, no puzzles, no animals and no math.

Awesome Lists containing this project

README

          

# Cleantalk Node.js API

[![NPM](https://nodei.co/npm/cleantalk.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/cleantalk/)

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/92c49c53a563438095a43ccb347cb965)](https://www.codacy.com/gh/westtrade/cleantalk/dashboard?utm_source=github.com&utm_medium=referral&utm_content=westtrade/cleantalk&utm_campaign=Badge_Grade)
[![Code Climate](https://codeclimate.com/github/westtrade/cleantalk/badges/gpa.svg)](https://codeclimate.com/github/westtrade/cleantalk)
[![Inline docs](http://inch-ci.org/github/westtrade/cleantalk.svg?branch=master)](http://inch-ci.org/github/westtrade/cleantalk)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fwesttrade%2Fcleantalk.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fwesttrade%2Fcleantalk?ref=badge_shield)

Nodejs API for antispam service [cleantalk.org](https://cleantalk.org). Invisible protection from spam, no captches, no puzzles, no animals and no math.

## Contents
- [Requirements](#requirements)
- [Install](#install)
- [Use](#use)
- [API](#api)
- [TODO](#todo)

### Contributors
- [westtrade](https://github.com/westtrade)
- [ChivPoint](https://github.com/ChivPoint)


# Install

## yarn
```sh
yarn add cleantalk
```

## npm
```sh
npm install cleantalk
```


# Use


# API


# Examples

## How to run examples

**Clean HTTP**
```sh
npm run server:http
```

**Express server**
```sh
npm run server:express
```

**koa server**
```sh
npm run server:koa
```


# TODO
- [x] Example
- [ ] Meteor support

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fwesttrade%2Fcleantalk.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fwesttrade%2Fcleantalk?ref=badge_large)