{"id":26207392,"url":"https://github.com/oelin/rune","last_synced_at":"2026-05-19T19:31:11.891Z","repository":{"id":89778662,"uuid":"588884268","full_name":"oelin/rune","owner":"oelin","description":"Translate from Latin to Runic and visa-versa 🎄.","archived":false,"fork":false,"pushed_at":"2023-01-18T22:49:39.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T05:41:50.354Z","etag":null,"topics":["linguistics","nodejs","runes","runic","translation","transliteration"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/oelin.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":"2023-01-14T11:02:14.000Z","updated_at":"2023-01-18T22:49:31.000Z","dependencies_parsed_at":"2023-03-13T18:05:06.244Z","dependency_job_id":null,"html_url":"https://github.com/oelin/rune","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/oelin/rune","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Frune","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Frune/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Frune/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Frune/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oelin","download_url":"https://codeload.github.com/oelin/rune/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Frune/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33229364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T15:49:41.270Z","status":"ssl_error","status_checked_at":"2026-05-19T15:49:22.917Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["linguistics","nodejs","runes","runic","translation","transliteration"],"created_at":"2025-03-12T05:32:17.220Z","updated_at":"2026-05-19T19:31:11.885Z","avatar_url":"https://github.com/oelin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rune / ᚱᚢᚾᛖ\n\nTranslate from Latin to Runic and visa-versa 🎄.\n\n```js\n\u003e const rune = require('rune')\n\n\u003e rune.encode('foo bar')\n\n'ᚠᚩᚩ ᛒᚪᚱ'\n```\n\n\n## API\n\nTranslation from Latin to Runic.\n\n```js\n\u003e rune.encode('hello world')\n\n'ᚻᛖᛚᛚᚩ ᚹᚩᚱᛚᛞ'\n```\n\nTranslation from Runic to Latin.\n\n```js\n\u003e rune.decode('ᚻᛖᛚᛚᚩ ᚹᚩᚱᛚᛞ')\n\n'hello world'\n```\n\nNote that casing is not preserved during translation.\n\n\n### Runic Variants\n\nThe default form of runic used is \"Anglo Saxon\" with id `anglo_saxon`. However, this library supports several other types which can be specified using the `variant` parameter. For example:\n\n```js\n\u003e rune.encode('hello world', variant=runes.variants.medieval)\n\n'ᚼᛂᛚᛚᚮ'\n```\n\nSupported variants:\n\n| Name                         | String                          | Code                                         |\n|------------------------------|---------------------------------|----------------------------------------------|\n| Elder Futhark                | `'elder_futhark'`               | `rune.variants.elder_futhark`               |\n| Anglo Saxon                  | `'anglo_saxon'`                 | `rune.variants.anglo_saxon`                 |\n| Yonger Futhark (Long Branch) | `'younger_futhark_long_branch'` | `rune.variants.younger_futhark_long_branch` |\n| Yonger Futhark (Short Twig)  | `'younger_futhark_short_twig'`  | `rune.variants.younger_futhark_short_twig`  |\n| Medieval                     | `'medieval'`                    | `rune.variants.medieval`                    |\n\n\n## Resources\n\n* Wikipedia article: [Runes](https://en.wikipedia.org/wiki/Runes#Runic_alphabets)\n* Runic transliteration tables: [xahlee.info](http://xahlee.info/comp/unicode_runic.js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foelin%2Frune","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foelin%2Frune","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foelin%2Frune/lists"}