An open API service indexing awesome lists of open source software.

https://github.com/jaynil1611/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.
https://github.com/jaynil1611/grammarly-api

express grammarly grammarly-api javascript nodejs

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Grammarly API

### Introduction

This repository uses the unofficial grammarly api built by [@stewartmcgown](https://github.com/stewartmcgown/grammarly-api) to build another API service on top of it for general use cases.

### Usage

Live demo: [Grammarly API](https://grammarly-backend.herokuapp.com/)

- 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`