This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

gingerbread

0.6.0 • Public • Published

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)

/gingerbread/

    Package Sidebar

    Install

    npm i gingerbread

    Weekly Downloads

    46

    Version

    0.6.0

    License

    MIT

    Unpacked Size

    6.63 kB

    Total Files

    5

    Last publish

    Collaborators

    • robinvdvleuten