npm.io
0.6.0 • Published 6 years agoCLI

gingerbread

Licence
MIT
Version
0.6.0
Deps
3
Size
6 kB
Vulns
1
Weekly
0
Stars
34
DeprecatedThis package is deprecated

Gingerbread

A wrapper around Ginger proofreader for correcting spelling and grammar mistakes based on the context of complete sentences.

NPM version Build Status

Installation

npm install gingerbread

Usage

var gingerbread = require('gingerbread');

gingerbread('The smelt of fliwers bring back memories.', function (error, text, result, corrections) {
  // result contains 'The smell of flowers brings back memories.'
});

Command Line Interface

Install the cli through NPM with:

npm install gingerbread -g

and run with:

gingerbread --help

Thanks

Thank you for Ginger Proofreader for such awesome service. Hope they will keep it free :)

Thanks to @subosito for this inspriration https://github.com/subosito/gingerice (Ruby Gem)

Keywords