A microservice to proofread your texts.
this sentence was written really carefully to make sure it has no errrors
Your own micro-write-good is one click away:
You can also deploy with a single command from the terminal (assuming you have now installed):
now mathdroid/micro-write-goodTo 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%20dogAnd you will get the parsed data in the following format:
{
"text": "the quick brown fox jumps over the lazy dog",
"suggestions": [ ],
"typos": [ ]
}The MIT License (MIT) Copyright (c) 2017 Muhammad Mustadi