This is just a demo how you can use the Grammarly API.
Refer to api-docs.md or just use DevTools on Firefox (can't see cookies on Chrome).
The cookies are obtain from GET https://grammarly.com/
.
Usage:
(async function () {
try {
const g = new Grammarly();
await g.init();
g.check("helloworld");
} catch (error) {
console.log(error);
}
})();
About
No description, website, or topics provided.
Resources Stars Watchers ForksYou can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4