Gingerbread
A wrapper around Ginger proofreader for correcting spelling and grammar mistakes based on the context of complete sentences.
Installation
npm install gingerbread
Usage
var gingerbread = require('gingerbread');
gingerbread('The smelt of fliwers bring back memories.', function (error, text, result, corrections) {
});
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)