{"id":15412133,"url":"https://github.com/maymeow/transliterator","last_synced_at":"2026-01-24T19:07:44.751Z","repository":{"id":217303037,"uuid":"743567117","full_name":"MayMeow/transliterator","owner":"MayMeow","description":"Small javascript library for transliterate and slugify accented languages such as Slovak, Czech, and mroe","archived":false,"fork":false,"pushed_at":"2024-10-10T13:39:59.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-03T23:35:17.436Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MayMeow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-01-15T14:08:27.000Z","updated_at":"2024-10-10T13:40:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"10d32115-70e5-4577-8992-7acd76b377ff","html_url":"https://github.com/MayMeow/transliterator","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"7a25ae4c3dab7602bd52f0573b1909afc64cbd36"},"previous_names":["maymeow/transliterator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MayMeow/transliterator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Ftransliterator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Ftransliterator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Ftransliterator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Ftransliterator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MayMeow","download_url":"https://codeload.github.com/MayMeow/transliterator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Ftransliterator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28734853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T17:51:25.893Z","status":"ssl_error","status_checked_at":"2026-01-24T17:50:48.377Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hacktoberfest"],"created_at":"2024-10-01T16:51:23.712Z","updated_at":"2026-01-24T19:07:44.736Z","avatar_url":"https://github.com/MayMeow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Transliterate\n\nSmall transliteration library which solwing problem when you trying to create slug from accented languages like Slovak or Czech.\n\n## Usage\n\nInstallation\n\n```bash\n# Hugo by default dont need NPM\nnpm init\nnpm i @themaymeow/transliterator\n```\nUse it in your own script\n\n```javascript\nconst { slugify } = require('@themaymeow/transliterator/transliterator.js')\nlet slug = slugify(\"Your text\");\n// your-text\n```\n\nif you want to append random string suffix `v1.0.1+` you can do this as follows\n\n```javascript\n// ...\nlet slug = slugify(\"Your text\", true);\n// your-text-a1s223de\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaymeow%2Ftransliterator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaymeow%2Ftransliterator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaymeow%2Ftransliterator/lists"}