{"id":15676835,"url":"https://github.com/liamg/js-nes-emulator","last_synced_at":"2025-05-07T00:29:04.787Z","repository":{"id":31464614,"uuid":"35028506","full_name":"liamg/js-nes-emulator","owner":"liamg","description":"NES emulator in javascript.","archived":false,"fork":false,"pushed_at":"2017-02-27T17:32:41.000Z","size":97,"stargazers_count":13,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-31T04:32:22.675Z","etag":null,"topics":["6502","emulation","emulator","javascript","nes","nes-emulator"],"latest_commit_sha":null,"homepage":null,"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/liamg.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":"2015-05-04T10:26:09.000Z","updated_at":"2023-07-01T02:33:40.000Z","dependencies_parsed_at":"2022-09-03T16:22:55.256Z","dependency_job_id":null,"html_url":"https://github.com/liamg/js-nes-emulator","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/liamg%2Fjs-nes-emulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fjs-nes-emulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fjs-nes-emulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fjs-nes-emulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liamg","download_url":"https://codeload.github.com/liamg/js-nes-emulator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252790401,"owners_count":21804590,"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":["6502","emulation","emulator","javascript","nes","nes-emulator"],"created_at":"2024-10-03T16:05:58.171Z","updated_at":"2025-05-07T00:29:04.765Z","avatar_url":"https://github.com/liamg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# js-nes-emulator\n\n[![Build Status](https://travis-ci.org/liamg/js-nes-emulator.svg?branch=master)](https://travis-ci.org/liamg/js-nes-emulator) [![Coverage Status](https://coveralls.io/repos/liamg/js-nes-emulator/badge.svg?branch=master)](https://coveralls.io/r/liamg/js-nes-emulator?branch=master)\n\nNES emulator implemented in JavaScript.\n\nEverything is NTSC unless specified.\n\n## Build\n\n[Grunt](http://gruntjs.com) is used to build the project:\n\n    $ npm install\n    $ grunt\n\nYou will then find ``js-nes-emulator.min.js`` in ``dist/``.\n\n## Test\n\nYou can run tests with grunt too, via QUnit:\n\n    $ grunt test\n\n## Usage\n\n```\nvar nes = new JNE.NES();\nnes.loadRom(romData);\nnes.start();\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamg%2Fjs-nes-emulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliamg%2Fjs-nes-emulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamg%2Fjs-nes-emulator/lists"}