{"id":13905957,"url":"https://github.com/Syncthetic/MorseCode","last_synced_at":"2025-07-18T03:32:34.707Z","repository":{"id":218437369,"uuid":"80849555","full_name":"Syncthetic/MorseCode","owner":"Syncthetic","description":"JavaScript Library to encode and decode morse code.","archived":false,"fork":false,"pushed_at":"2017-02-03T18:42:14.000Z","size":2,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-25T14:47:09.433Z","etag":null,"topics":["javascript","library","morse-code"],"latest_commit_sha":null,"homepage":null,"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/Syncthetic.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":"2017-02-03T16:59:04.000Z","updated_at":"2024-07-30T12:10:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"da12718b-47a6-4321-b76a-053b457d19b0","html_url":"https://github.com/Syncthetic/MorseCode","commit_stats":null,"previous_names":["syncthetic/morsecode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Syncthetic/MorseCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syncthetic%2FMorseCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syncthetic%2FMorseCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syncthetic%2FMorseCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syncthetic%2FMorseCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Syncthetic","download_url":"https://codeload.github.com/Syncthetic/MorseCode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syncthetic%2FMorseCode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265696644,"owners_count":23812815,"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":["javascript","library","morse-code"],"created_at":"2024-08-06T23:01:26.975Z","updated_at":"2025-07-18T03:32:34.698Z","avatar_url":"https://github.com/Syncthetic.png","language":"JavaScript","readme":"# MorseCode\nMorseCode is a JavaScript Library to handle the encoding and decoding process of morse code messages.\n\n- Create an object to handle the encode/decode functions:\n  - `m = Object.create(MorseCode);`\n  \n- Encoding text into morse code:\n  - Syntax: `obj.encode('plain text')` or `obj.morse('plain text')`\n    - `m.encode('test message');`\n    - `m.morse('test message');`\n    \n- Decoding the morse code into plain text:\n  - Syntax: `obj.decode('morse code')` or `obj.morse('morse code', true)`\n    - `m.decode('.- -... -.-.');`\n    - `m.morse('.- -... -.-.', true);`\n    \n- Testing the MorseCode Object\n  - `MorseCode.test();`\n\n- An object is not required to call functions\n  - `MorseCode.encode('some string');`\n  - `MorseCode.decode('.- -... -.-.');`\n  \n  ### TO DO\n  - Add the audio functionality to encoded messages\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSyncthetic%2FMorseCode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSyncthetic%2FMorseCode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSyncthetic%2FMorseCode/lists"}