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.
- Host: GitHub
- URL: https://github.com/westtrade/cleantalk
- Owner: westtrade
- License: mit
- Created: 2016-12-14T22:44:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T10:12:38.000Z (about 2 years ago)
- Last Synced: 2025-04-07T18:02:24.996Z (6 months ago)
- Topics: antispam, cleantalk, nodejs, spam
- Language: JavaScript
- Size: 213 KB
- Stars: 17
- Watchers: 5
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cleantalk Node.js API
[](https://nodei.co/npm/cleantalk/)
[](https://www.codacy.com/gh/westtrade/cleantalk/dashboard?utm_source=github.com&utm_medium=referral&utm_content=westtrade/cleantalk&utm_campaign=Badge_Grade)
[](https://codeclimate.com/github/westtrade/cleantalk)
[](http://inch-ci.org/github/westtrade/cleantalk)
[](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)## yarn
```sh
yarn add cleantalk
```## npm
```sh
npm install cleantalk
```## 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
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fwesttrade%2Fcleantalk?ref=badge_large)