{"id":24278483,"url":"https://github.com/gabsedits/text-analyzer","last_synced_at":"2026-06-10T14:31:12.158Z","repository":{"id":271214520,"uuid":"912166207","full_name":"GabsEdits/text-analyzer","owner":"GabsEdits","description":"Analyze text with ease","archived":false,"fork":false,"pushed_at":"2025-01-06T16:36:45.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-31T07:22:38.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GabsEdits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-01-04T19:39:31.000Z","updated_at":"2025-01-06T16:36:48.000Z","dependencies_parsed_at":"2025-01-07T12:04:29.457Z","dependency_job_id":null,"html_url":"https://github.com/GabsEdits/text-analyzer","commit_stats":null,"previous_names":["gabsedits/text-analyzer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GabsEdits/text-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Ftext-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Ftext-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Ftext-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Ftext-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GabsEdits","download_url":"https://codeload.github.com/GabsEdits/text-analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabsEdits%2Ftext-analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34157453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":[],"created_at":"2025-01-16T00:48:42.545Z","updated_at":"2026-06-10T14:31:12.137Z","avatar_url":"https://github.com/GabsEdits.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eText Analyzer\u003c/h1\u003e\n    \u003cp\u003eAn webapp \u0026 API that analyzes text and returns various statistics about it.\u003c/p\u003e\n\u003c/div\u003e\n\n## Features\n\n- Word count\n- Character count\n- Sentence count\n- Flesch-Kincaid readability test\n- Reading time\n- Most used words\n- Unique word count\n- Average sentence length\n- Average word length\n\n## API\n\nThe API is available at [text-analyzer-api.deno.dev](https://text-analyzer-api.deno.dev).\n\n### Installation\n\n(After cloning the repository, and installing Deno, and being in the root directory of the project)\n\n### Running the API\n\n```bash\ndeno run -N api/mod.ts\n```\n\n### Endpoints\n\n\u003e ![NOTE]\n\u003e Replace `:text` with the text you want to analyze.\n\n- `/:text` - Analyze the text and return all the statistics in JSON format (including: word count, character count, sentence count, Flesch-Kincaid readability test, reading time, most used word, unique word count, average sentence length, average word length).\n- `/words/:text` - Return the word count.\n- `/characters/:text` - Return the character count.\n- `/sentences/:text` - Return the sentence count.\n- `/flesch-kincaid/:text` - Return the Flesch-Kincaid readability test.\n- `/reading-time/:text` - Return the reading time.\n- `/most-used-word/:text` - Return the most used word.\n- `/unique-words/:text` - Return the unique word count.\n- `/average-sentence-length/:text` - Return the average sentence length.\n- `/unique-words/:text` - Return the average word length.\n\n### Example\n\n```bash\ncurl https://text-analyzer-api.deno.dev/This%20is%20an%20example%20text%20to%20analyze%20using%20%20the%20API%20endpoint.\n```\n\n## Webapp\n\nThe webapp is available at [ta.gxbs.dev](https://ta.gxbs.dev), and is built using [Fresh](https://fresh.deno.dev).\n\n### Installation\n\n(After cloning the repository, and installing Deno, and being in the root directory of the project)\n\n```bash\ndeno install\n```\n\n### Running the Webapp\n\nDevelopment:\n\n```bash\ndeno run start\n```\n\nProduction:\n\n```bash\ndeno run build\n```\n\n### Features\n\n- All the features of the API, but in a user-friendly interface, with a text area to input the text to analyze, and a button to insert an sample text.\n- Dark mode\n- Responsive design\n- Export the statistics to CSV\n\n## License\n\nThis project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabsedits%2Ftext-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabsedits%2Ftext-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabsedits%2Ftext-analyzer/lists"}