{"id":17658464,"url":"https://github.com/sergi/abcnode","last_synced_at":"2025-05-07T09:42:42.096Z","repository":{"id":4416244,"uuid":"5553919","full_name":"sergi/abcnode","owner":"sergi","description":"Node.js parser for the ABC music notation format ","archived":false,"fork":false,"pushed_at":"2017-06-13T11:18:45.000Z","size":53,"stargazers_count":27,"open_issues_count":2,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-02T07:05:51.849Z","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":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sergi.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}},"created_at":"2012-08-25T18:33:38.000Z","updated_at":"2022-01-04T12:48:28.000Z","dependencies_parsed_at":"2022-09-26T16:21:01.199Z","dependency_job_id":null,"html_url":"https://github.com/sergi/abcnode","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/sergi%2Fabcnode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fabcnode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fabcnode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fabcnode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergi","download_url":"https://codeload.github.com/sergi/abcnode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252852564,"owners_count":21814379,"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-23T15:06:23.788Z","updated_at":"2025-05-07T09:42:42.077Z","avatar_url":"https://github.com/sergi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ABC notation parser for JavaScript\n==================================\n\nABCnode is a parser for the [ABC music notation language](http://abcnotation.com/)\nfor JavaScript. Still a work in progress, it implements most of ABC 1.6. The progress can be\nfollowed in the TODO list below.\n\nABCnode uses [PEGjs](http://pegjs.majda.cz/) to generate the JavaScript parser.\nThe resulting parser can be used from Node.js or from the browser.\n\nOutput format\n-------------\n\nABCnode parses from ABC format into JSON format. This is how the generated JSON\nof a random tune looks:\n\n```javascript\n{\n  \"header\": {\n    \"refnum\": 100,\n    \"title\": \"no name\",\n    \"key\": {\n      \"baseNote\": \"G\",\n      \"accidental\": \"\"\n    },\n    \"rythm\": \"polka\",\n    \"discography\": \"Kevin Conneff: The Week before Easter\",\n    \"t_note\": \"id:hn-polka-100\",\n    \"meter\": 16,\n    \"note_length\": 32\n  },\n  \"song\": [\n    [\n      [\n        {\n          \"bar\": \"|\",\n          \"chords\": [\n            {\n              \"notes\": [\n                {\n                  \"note\": \"B\",\n                  \"duration\": 32,\n                  \"beam\": 0\n                }\n              ]\n            },\n    ...\n```\n\nI will add more output formats and a JSON schema for this format in the future.\n\nThis is a project that has been dormant for more than two years, and now\nI release it in GitHub hoping that this will encourage me to finish it soon.\n\nCopyright (c) 2010-2012, Sergi Mansilla (sergi.mansilla@gmail.com)\nAll rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergi%2Fabcnode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergi%2Fabcnode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergi%2Fabcnode/lists"}