{"id":16668309,"url":"https://github.com/andreaselia/grammarvel","last_synced_at":"2026-04-21T22:02:23.313Z","repository":{"id":96509708,"uuid":"332942650","full_name":"andreaselia/grammarvel","owner":"andreaselia","description":"Grammar for your words.","archived":false,"fork":false,"pushed_at":"2021-01-26T15:51:32.000Z","size":597,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T17:11:21.950Z","etag":null,"topics":[],"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/andreaselia.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-26T02:05:41.000Z","updated_at":"2021-01-26T15:51:34.000Z","dependencies_parsed_at":"2023-03-13T16:30:19.787Z","dependency_job_id":null,"html_url":"https://github.com/andreaselia/grammarvel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreaselia%2Fgrammarvel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreaselia%2Fgrammarvel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreaselia%2Fgrammarvel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreaselia%2Fgrammarvel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreaselia","download_url":"https://codeload.github.com/andreaselia/grammarvel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243313713,"owners_count":20271234,"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","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":[],"created_at":"2024-10-12T11:24:20.945Z","updated_at":"2025-12-28T22:37:31.212Z","avatar_url":"https://github.com/andreaselia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grammarvel\n\nGrammar for your words.\n\n## How it should work as an API\n\nInput:\n\n```\ntext=helo my name name es andy\n```\n\nURL encoded:\n\n```\ntext=helo%20my%20name%20name%20es%20andy\n```\n\nOutput:\n\n```\n{\n    \"offset\": 0,\n    \"length\": 4,\n    \"text\": \"helo my name name es andy\",\n    \"type\": \"SENTENCE_START_UPPERCASE\",\n    \"message\": \"This sentence does not start with an uppercase letter.\",\n    \"suggestions\": [\n        {\n            \"value\": \"Helo\"\n        }\n    ],\n},\n{\n    \"offset\": 8,\n    \"length\": 9,\n    \"text\": \"helo my name name es andy\",\n    \"type\": \"WORD_REPEATED\",\n    \"message\": \"You repeated a word.\",\n    \"suggestions\": [\n        {\n            \"value\": \"name\"\n        }\n    ],\n},\n{\n    \"offset\": 13,\n    \"length\": 2,\n    \"text\": \"helo my name name es andy\",\n    \"type\": \"SPELLING_MISTAKE\",\n    \"message\": \"Possible spelling mistake found.\",\n    \"suggestions\": [\n        {\n            \"value\": \"is\"\n        },\n        {\n            \"value\": \"as\"\n        }\n    ]\n},\n{\n    \"offset\": 16,\n    \"length\": 4,\n    \"text\": \"helo my name name es andy\",\n    \"type\": \"SPELLING_MISTAKE\",\n    \"message\": \"Possible spelling mistake found.\",\n    \"suggestions\": [\n        {\n            \"value\": \"Andy\"\n        },\n        {\n            \"value\": \"and\"\n        }\n    ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreaselia%2Fgrammarvel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreaselia%2Fgrammarvel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreaselia%2Fgrammarvel/lists"}