{"id":13521422,"url":"https://github.com/julianduque/j5-songs","last_synced_at":"2025-04-14T11:07:28.541Z","repository":{"id":18407907,"uuid":"21589606","full_name":"julianduque/j5-songs","owner":"julianduque","description":"Songs for Johnny-Five Piezo class","archived":false,"fork":false,"pushed_at":"2016-01-04T16:06:40.000Z","size":25,"stargazers_count":56,"open_issues_count":2,"forks_count":23,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-14T11:07:23.382Z","etag":null,"topics":[],"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/julianduque.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}},"created_at":"2014-07-07T22:55:45.000Z","updated_at":"2023-12-29T05:38:39.000Z","dependencies_parsed_at":"2022-09-02T06:44:29.408Z","dependency_job_id":null,"html_url":"https://github.com/julianduque/j5-songs","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianduque%2Fj5-songs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianduque%2Fj5-songs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianduque%2Fj5-songs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianduque%2Fj5-songs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/julianduque","download_url":"https://codeload.github.com/julianduque/j5-songs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248868768,"owners_count":21174758,"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-08-01T06:00:34.180Z","updated_at":"2025-04-14T11:07:28.517Z","avatar_url":"https://github.com/julianduque.png","language":"JavaScript","funding_links":[],"categories":["Libraries and Plugins"],"sub_categories":["Robot Programming Plugins"],"readme":"# j5-songs [![Build Status](https://secure.travis-ci.org/julianduque/j5-songs.png?branch=master)](http://travis-ci.org/julianduque/j5-songs)\n\nSongs for Johnny-Five Piezo class\n\n## Getting Started\nInstall the module with: `npm install j5-songs --save`\n\n```javascript\nvar five = require('johnny-five');\nvar songs = require('j5-songs');\n\nfive.Board().on('ready', function () {\n  var piezo = new five.Piezo(3);\n\n  // Load a song object\n  var song = songs.load('never-gonna-give-you-up');\n\n  // Play it !\n  piezo.play(song);\n\n  // List all songs\n  songs.list(function (err, tunes) {\n    // Object literal with all the songs\n  });\n});\n```\n\n## Songs\n\n| Song ID                 | Artist        | Name                    |\n|-------------------------|---------------|-------------------------|\n| beethovens-fifth        | Beethoven     | Beethoven's Fifth       |\n| claxon                  | Brian Genisio | A Claxon 2x             |\n| do-re-mi                | Richard Rogers| Do-Re-Mi                |\n| doorbell                | Unknown       | Classic Doorbell        |\n| funeral-march-short     | Chopin        | Funeral March           |\n| jingle-bells-short      | James Pierpont| Jingle Bells            |\n| mario-fanfare           | Nintendo      | Super Mario Theme       |\n| mario-intro             | Nintendo      | Super Mario Intro       |\n| never-gonna-give-you-up | Rick Astley   | Never Gonna Give You Up |\n| pew-pew-pew             | Brian Genisio | A shooter noise         |\n| tetris-theme            | Korobeiniki   | The tetris theme        |\n| starwars-theme          | John Williams | THE Star Wars Theme     |\n\nFor more songs check `lib/songs` folder\n\n## License\nCopyright (c) 2014 Julian Duque, Brian Genisio. Licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulianduque%2Fj5-songs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulianduque%2Fj5-songs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulianduque%2Fj5-songs/lists"}