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

https://github.com/hcodes/yandex-speller

Yandex Speller API for Node.js
https://github.com/hcodes/yandex-speller

api nodejs yandex-speller

Last synced: 8 months ago
JSON representation

Yandex Speller API for Node.js

Awesome Lists containing this project

README

          

yandex-speller
==============
[![NPM version](https://img.shields.io/npm/v/yandex-speller.svg)](https://www.npmjs.com/package/yandex-speller)
[![NPM Downloads](https://img.shields.io/npm/dm/yandex-speller.svg?style=flat)](https://www.npmjs.org/package/yandex-speller)
[![Coverage Status](https://img.shields.io/coveralls/hcodes/yandex-speller.svg)](https://coveralls.io/r/hcodes/yandex-speller)
[![install size](https://packagephobia.com/badge?p=yandex-speller)](https://packagephobia.com/result?p=yandex-speller)

[Yandex.Speller API](https://tech.yandex.ru/speller/doc/dg/concepts/api-overview-docpage/) for Node.js.

## Installation
`npm install yandex-speller`

## API

### [.checkText](./lib/yandex-speller.js#L14)(text, callback, settings)
### [.checkTexts](./lib/yandex-speller.js#L39)(texts, callback, settings)

## [Restrictions API Yandex.Speller](http://legal.yandex.ru/speller_api/)

## [License](./LICENSE.md)
MIT License