{"id":20303189,"url":"https://github.com/bredalis/digitalpiano","last_synced_at":"2026-04-12T13:04:58.362Z","repository":{"id":245896133,"uuid":"805791941","full_name":"Bredalis/DigitalPiano","owner":"Bredalis","description":"🎹 A digital piano 🎹","archived":false,"fork":false,"pushed_at":"2024-12-05T13:17:11.000Z","size":482,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T22:06:59.160Z","etag":null,"topics":["backend","css","digital-piano","flask","fonts","framework","frontend","html","js","music","page","piano","python"],"latest_commit_sha":null,"homepage":"https://digitalpiano.onrender.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bredalis.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-05-25T13:21:11.000Z","updated_at":"2024-12-05T13:17:14.000Z","dependencies_parsed_at":"2024-11-15T00:46:18.408Z","dependency_job_id":"cf97575a-d6ac-490c-98d9-cd589587551f","html_url":"https://github.com/Bredalis/DigitalPiano","commit_stats":null,"previous_names":["bredalis/digitalpiano"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Bredalis/DigitalPiano","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FDigitalPiano","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FDigitalPiano/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FDigitalPiano/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FDigitalPiano/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bredalis","download_url":"https://codeload.github.com/Bredalis/DigitalPiano/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FDigitalPiano/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271560484,"owners_count":24780865,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["backend","css","digital-piano","flask","fonts","framework","frontend","html","js","music","page","piano","python"],"created_at":"2024-11-14T16:36:17.962Z","updated_at":"2026-04-12T13:04:58.328Z","avatar_url":"https://github.com/Bredalis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003cb\u003e🎹 DigitalPiano - Piano Digital 🎹\u003c/b\u003e\u003c/h1\u003e\n\u003ca href=\"https://lenguajecss.com/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/CSS-3498DB\"\u003e  \n\u003c/a\u003e\n\u003ca href=\"https://lenguajehtml.com/\" target=\"_blank\"\u003e \n  \u003cimg src=\"https://img.shields.io/badge/HTML-E74C3C\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://lenguajejs.com/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/JavaScript-F7DC6F\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.python.org/downloads/?hl=ES\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Python-52be80\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://pypi.org/project/Flask/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Flask-707b7c\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cimg src=\"https://i.pinimg.com/236x/21/7c/e8/217ce89b60d069b8f7a65100cd1f7d08.jpg\"\u003e\n\n\u003cp\u003e\n  Un piano digital 🎹 que permite a los usuarios simular tocar un piano real, \n  se puede tocar las notas usando el cursor.\n\u003c/p\u003e\n\n## Índice de Contenidos 🧾\n\n- Descripción 📝\n- Instalación 🛠️\n- Uso 📘\n- Licencia📜\n\n## Instalación 📥\n\nSigue estos pasos para configurar el proyecto en tu entorno local:\n\n1. Clonar el Repositorio\n    ```bash\n    git clone https://github.com/Bredalis/DigitalPiano.git\n    cd DigitalPiano\n    ```\n\n2. Instalar Python a través de la página:\n   ```bash\n   https://www.python.org/downloads/?hl=ES\n   ```\n\n3. Instalar dependencias para el backend en Flask:\n      ```bash\n      pip install -r requirements.txt\n      ```\n\n## Uso ⚙️\n\nPara ver en pantalla el Piano Digital 🎶 solo debes seguir estos pasos:\n\n1. 📦 Haber clonado el repositorio (La forma de hacerlo se explica más arriba, antes de esta parte).\n\n2. 📝 Abrir tu editor de código preferido.\n\n3. 🔧 Ejecutar el servidor en la terminal, en el editor con Ctrl + B (Sublime Text) o Ctrl + J (VSCode) y escribes:\n    ```bash\n    python App.py\n    ```\n\n4. Copiar la URL y pegarla en tu navegador favorito:\n    ```bash\n    http://127.0.0.1:5000\n    ```\n\u003cbr\u003e\n\n## Licencia 📜\n\nEste proyecto está licenciado bajo la Licencia 📜 \u003ca href=\"https://www.gnu.org/licenses/gpl-3.0.en.html\" target=\"_blank\"\u003eGPLv3 (GNU General Public License V3.0)\u003c/a\u003e.\n\n\u003cbr\u003e\n\n## \u003cimg src=\"https://avatars.githubusercontent.com/u/111624948?s=400\u0026u=cd081f79392220d8cd2a22f2a8d5d3b18814350a\u0026v=4\" width=\"50\" height=\"50\"\u003e \u003cimg src=\"https://readme-typing-svg.demolab.com?font=Roboto+Slab\u0026color=%23FFFFFF\u0026size=35\u0026center=true\u0026vCenter=true\u0026width=450\u0026duration=1500\u0026pause=1000\u0026lines=Hola,+soy;Bredalis+Gautreaux!\" width=\"auto\" height=\"35\"/\u003e\n[![Github](https://img.shields.io/github/followers/Bredalis?label=Follow\u0026style=social)](https://github.com/Bredalis)\n![GitHub Followers](https://img.shields.io/github/stars/bredalis?style=social)\n\u003ca href=\"https://www.linkedin.com/in/bredalis-gautreaux/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-LinkedIn-blue?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\"\u003e\n\u003c/a\u003e\n\n😊 Soy una programadora con 3 años en este sector, me encanta crear y aprender constantemente. ¡Amo lo que hago! #nlp #ia 😊\n\n## Mira mi perfil de GitHub:\n[![Web](https://img.shields.io/badge/GitHub-Bredalis-14a1f0?style=for-the-badge\u0026logo=github\u0026logoColor=white\u0026labelColor=101010)](https://github.com/bredalis)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredalis%2Fdigitalpiano","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbredalis%2Fdigitalpiano","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredalis%2Fdigitalpiano/lists"}