This repository uses the unofficial grammarly api built by @stewartmcgown to build another API service on top of it for general use cases.
Live demo: Grammarly API
-
Query the
/api/v1/check
endpoint with?text
query parameter as following: -
https://grammarly-backend.herokuapp.com/api/v1/check?text=You'll find suggestions that can possibly help you revise a wordy sentence in an effortless manner.
- git clone this repository to your local machine
- cd to the cloned folder
- Install all the required dependencies using
npm install
- Run the code using
npm start