文件名称:grammarly-api:用于语法API的非官方TypeScript客户端
文件大小:102KB
文件格式:ZIP
更新时间:2024-05-22 09:45:41
TypeScript
非官方语法API客户端 安装 npm i -S @stewartmcgown/grammarly-api 或下载仓库,然后npm run build 。 用法 分析文字 import { Grammarly } from 'grammarly-api' ; const text = `When we have shuffled off this mortal coil, Must give us pause - their's the respect That makes calamity of so long life.` ; const free = new Grammarly ( ) ; const results = await free . analyse ( text ) ; 允许您访问网络上语法为您提供的结果。 该库使用基于Promise的返回系统,因此您将在一个数组中
【文件预览】:
grammarly-api-master
----.travis.yml(198B)
----package.json(3KB)
----tslint.json(698B)
----package-scripts.js(649B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(261B)
--------CONTRIBUTING.md(257B)
----.prettierignore(82B)
----tests()
--------analysis.spec.ts(594B)
--------connection.spec.ts(308B)
--------plagiarism.spec.ts(2KB)
--------preprocessor.js(337B)
--------auth.spec.ts(1KB)
--------api.spec.ts(808B)
----LICENSE(1KB)
----package-lock.json(329KB)
----.env(0B)
----src()
--------lib()
--------types()
--------index.ts(128B)
----tsconfig.json(921B)
----.gitignore(85B)
----CHANGELOG.md(212B)
----README.md(6KB)
----.editorconfig(255B)
----tsconfig.build.json(914B)
----.vscode()
--------launch.json(1KB)
--------settings.json(212B)
--------debug-ts.js(1012B)