gingerbread

v0.6.0
A wrapper around Ginger proofreader.
grammar ginger wrapper spellchecker

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)

npm i gingerbread

Metadata

  • MIT
  • >= 8.0.0
  • Robin van der Vleuten
  • released 11/26/2019

Downloads

Maintainers