alimpfard / Grammarly-API

This repository uses the unofficial grammarly api built by @stewartmcgown to build another API service on top of it for general use cases.

Home Page:https://grammarly-backend.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grammarly API

Introduction

This repository uses the unofficial grammarly api built by @stewartmcgown to build another API service on top of it for general use cases.

Usage

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.

Instructions

  • 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

About

This repository uses the unofficial grammarly api built by @stewartmcgown to build another API service on top of it for general use cases.

https://grammarly-backend.herokuapp.com


Languages

Language:JavaScript 100.0%