{"id":15146452,"url":"https://github.com/marianserna/aframe-musicvisual","last_synced_at":"2026-02-09T10:33:46.214Z","repository":{"id":90102227,"uuid":"92436787","full_name":"marianserna/AFrame-musicVisual","owner":"marianserna","description":"Visualizing music frequencies in VR (https://audio-visuals.herokuapp.com/)","archived":false,"fork":false,"pushed_at":"2017-05-25T19:22:57.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T05:17:24.970Z","etag":null,"topics":["aframevr","audio-context-api","soundcloud-api"],"latest_commit_sha":null,"homepage":"https://audio-visuals.herokuapp.com/","language":"HTML","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/marianserna.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":"2017-05-25T19:22:46.000Z","updated_at":"2018-11-10T07:10:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b1323a6-fdcd-4822-b62a-fd4356041960","html_url":"https://github.com/marianserna/AFrame-musicVisual","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"58d45e5593f8e276884541a3301cf400805452ad"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marianserna%2FAFrame-musicVisual","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marianserna%2FAFrame-musicVisual/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marianserna%2FAFrame-musicVisual/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marianserna%2FAFrame-musicVisual/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marianserna","download_url":"https://codeload.github.com/marianserna/AFrame-musicVisual/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563924,"owners_count":20958971,"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":["aframevr","audio-context-api","soundcloud-api"],"created_at":"2024-09-26T12:01:48.070Z","updated_at":"2026-02-09T10:33:46.180Z","avatar_url":"https://github.com/marianserna.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A-Frame Boilerplate\n\nBoilerplate for creating WebVR scenes with [A-Frame](https://aframe.io).\n\nAlternatively, check out the [A-Frame Starter on\nglitch.com](https://glitch.com/~aframe) for a more interactive way on getting\nstarted.\n\n## Getting Started\n\nThere are two easy options for obtaining this A-Frame scene. It's then up to you to make it your own!\n\n### \u003csup\u003eOption 1:\u003c/sup\u003e Download the ZIP kit 📦\n\n[\u003cimg src=\"http://i.imgur.com/UVPZoM0.png\" width=\"200\"\u003e](https://github.com/aframevr/aframe-boilerplate/archive/master.zip)\n\nAfter you have __[downloaded and extracted this `.zip` file](https://github.com/aframevr/aframe-boilerplate/archive/master.zip)__ containing the contents of this repo, open the resulting directory, and you'll be have your scene ready in these few steps:\n\n    npm install \u0026\u0026 npm start\n    open http://localhost:3000/\n\n\u003chr\u003e\n\n### \u003csmall\u003e\u003csup\u003eOption 2:\u003c/sup\u003e Fork this Git repo 🍴🐙\n\nAlternatively, you can __[fork this repo](https://github.com/aframevr/aframe-boilerplate/fork)__ to get started, if you'd like to maintain a Git workflow.\n\nAfter you have __[forked this repo](https://github.com/aframevr/aframe-boilerplate/fork)__, clone a copy of your fork locally and you'll be have your scene ready in these few steps:\n\n    git clone https://github.com/aframevr/aframe-boilerplate.git\n    cd aframe-boilerplate \u0026\u0026 rm -rf .git \u0026\u0026 npm install \u0026\u0026 npm start\n    open http://localhost:3000/\n\n\u003e :iphone: **Mobile pro tip:** Upon starting the development server, the URL will be logged to the console. Load that URL from a browser on your mobile device. (If your mobile phone and computer are not on the same LAN, consider using [ngrok](https://ngrok.com/) for local development and testing. [Browsersync](https://www.browsersync.io/) is also worth a gander.)\n\n\u003chr\u003e\n\n### \u003csmall\u003e\u003csup\u003eOption 3:\u003c/sup\u003e Fork this CodePen example 🍴💾✒️\n\nOr, you can simply __[fork this CodePen example](http://codepen.io/team/mozvr/pen/BjygdO?editors=100)__ to dive right in. Enjoy!\n\n\n## Publishing your scene\n\nIf you don't already know, GitHub offers free and awesome publishing of static sites through __[https://pages.github.com/](GitHub Pages)__.\n\nTo publish your scene to your personal GitHub Pages:\n\n    npm run deploy\n\nAnd, it'll now be live at __http://`your_username`.github.io/__ :)\n\n\u003chr\u003e\n\nTo know which GitHub repo to deploy to, the `deploy` script first looks at the optional [`repository` key](https://docs.npmjs.com/files/package.json#repository) in the [`package.json` file](package.json) (see [npm docs](https://docs.npmjs.com/files/package.json#repository) for sample usage). If the `repository` key is missing, the script falls back to using the local git repo's remote origin URL (you can run the local command `git remote -v` to see all your remotes; also, you may refer to the [GitHub docs](https://help.github.com/articles/about-remote-repositories/) for more information).\n\n\u003chr\u003e\n\n## Still need Help?\n\n### Installation\n\nFirst make sure you have Node installed.\n\nOn Mac OS X, it's recommended to use [Homebrew](http://brew.sh/) to install Node + [npm](https://www.npmjs.com):\n\n    brew install node\n\nTo install the Node dependencies:\n\n    npm install\n\n\n### Local Development\n\nTo serve the site from a simple Node development server:\n\n    npm start\n\nThen launch the site from your favourite browser:\n\n[__http://localhost:3000/__](http://localhost:3000/)\n\nIf you wish to serve the site from a different port:\n\n    PORT=8000 npm start\n\n\n## License\n\nThis program is free software and is distributed under an [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarianserna%2Faframe-musicvisual","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarianserna%2Faframe-musicvisual","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarianserna%2Faframe-musicvisual/lists"}