0.6.0 • Published 4 years ago

gingerbread v0.6.0

Weekly downloads
214
License
MIT
Repository
github
Last release
4 years ago

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)

0.6.0

4 years ago

0.5.0

8 years ago

0.4.0

9 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago