{"id":15362850,"url":"https://github.com/oleg-koval/language-grammar-api","last_synced_at":"2025-07-30T09:05:44.332Z","repository":{"id":34253275,"uuid":"170669563","full_name":"oleg-koval/language-grammar-api","owner":"oleg-koval","description":"API wrapper for LanguageTool (grammar check) API based as a plugin for Trembita.js","archived":false,"fork":false,"pushed_at":"2025-07-14T06:43:56.000Z","size":2706,"stargazers_count":5,"open_issues_count":19,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-14T09:38:30.664Z","etag":null,"topics":["api","api-wrapper","check-grammar","grammar","grammar-api","grammar-check","hacktoberfest","language-tool","trembita-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oleg-koval.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-14T10:03:39.000Z","updated_at":"2023-09-08T08:20:23.000Z","dependencies_parsed_at":"2023-01-15T05:41:22.889Z","dependency_job_id":null,"html_url":"https://github.com/oleg-koval/language-grammar-api","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/oleg-koval/language-grammar-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleg-koval%2Flanguage-grammar-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleg-koval%2Flanguage-grammar-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleg-koval%2Flanguage-grammar-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleg-koval%2Flanguage-grammar-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oleg-koval","download_url":"https://codeload.github.com/oleg-koval/language-grammar-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleg-koval%2Flanguage-grammar-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267842979,"owners_count":24153133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-wrapper","check-grammar","grammar","grammar-api","grammar-check","hacktoberfest","language-tool","trembita-plugin"],"created_at":"2024-10-01T13:04:03.243Z","updated_at":"2025-07-30T09:05:44.275Z","avatar_url":"https://github.com/oleg-koval.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"node.js grammar / language tool api\n===================================\n\n[![codecov](https://codecov.io/gh/oleg-koval/language-grammar-api/branch/master/graph/badge.svg)](https://codecov.io/gh/oleg-koval/language-grammar-api) [![CircleCI](https://circleci.com/gh/oleg-koval/language-grammar-api/tree/master.svg?style=svg)](https://circleci.com/gh/oleg-koval/language-grammar-api/tree/master) [![Greenkeeper badge](https://badges.greenkeeper.io/oleg-koval/language-grammar-api.svg)](https://greenkeeper.io/)\n\n# About\n\nAPI wrapper for https://languagetool.org/ service (LanguageTool HTTP JSON API)\n\n# Install\n\n```sh\nnpm i -S language-grammar-api\n```\n\n# Usage\n\n1. Create client\n```js\nconst LanguageToolApi = require('language-grammar-api');\n\nconst options = {\n  endpoint: 'https://languagetool.org/api/v2'\n};\n\nconst languageToolClient = new LanguageToolApi(options);\n```\n\n2. Get list of supported languages:\n```js\nconst languages = await languageToolClient.languages();\n```\n\n3. Check your text for specific language:\n```js\nconst check = await languageToolClient.check({\n  text: 'Amazing text to check', // required\n  language: 'en-US' // required (you can use .languages call to get language)\n});\n```\n\nMore details about api: http://wiki.languagetool.org/public-http-api\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleg-koval%2Flanguage-grammar-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleg-koval%2Flanguage-grammar-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleg-koval%2Flanguage-grammar-api/lists"}