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.
- Host: GitHub
- URL: https://github.com/jaynil1611/grammarly-api
- Owner: Jaynil1611
- Created: 2021-02-15T05:52:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T18:02:54.000Z (over 2 years ago)
- Last Synced: 2023-03-06T22:48:43.306Z (over 2 years ago)
- Topics: express, grammarly, grammarly-api, javascript, nodejs
- Language: JavaScript
- Homepage: https://grammarly-backend.herokuapp.com
- Size: 518 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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`