Skip to content

mathdroid/micro-write-good

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro-write-good

A microservice to proofread your texts.

this sentence was written really carefully to make sure it has no errrors

Deployment

Your own micro-write-good is one click away:

Deploy to now

You can also deploy with a single command from the terminal (assuming you have now installed):

now mathdroid/micro-write-good

Usage

To get the suggestion for any text, for example, 'the quick brown fox jumps over the lazy dog', you need to pass it to a text query parameter (url encoded):

https://your-url.now.sh/?text=the%20quick%20brown%20fox%20jumps%20over%20the%20lazy%20dog

And you will get the parsed data in the following format:

{
"text": "the quick brown fox jumps over the lazy dog",
"suggestions": [ ],
"typos": [ ]
}

License

The MIT License (MIT) Copyright (c) 2017 Muhammad Mustadi