{"id":21595181,"url":"https://github.com/euank/node-newegg-api","last_synced_at":"2025-09-01T13:33:22.092Z","repository":{"id":18076835,"uuid":"21139638","full_name":"euank/node-newegg-api","owner":"euank","description":"A newegg api wrapper in nodejs","archived":false,"fork":false,"pushed_at":"2014-06-23T19:48:03.000Z","size":140,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-23T22:18:06.153Z","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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/euank.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":"2014-06-23T19:38:35.000Z","updated_at":"2016-11-18T17:56:18.000Z","dependencies_parsed_at":"2022-09-13T13:01:32.970Z","dependency_job_id":null,"html_url":"https://github.com/euank/node-newegg-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/euank/node-newegg-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fnode-newegg-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fnode-newegg-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fnode-newegg-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fnode-newegg-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/euank","download_url":"https://codeload.github.com/euank/node-newegg-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Fnode-newegg-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260611315,"owners_count":23036313,"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-11-24T17:33:35.422Z","updated_at":"2025-06-18T18:38:46.861Z","avatar_url":"https://github.com/euank.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"node-newegg-api\n===============\n\nA newegg api wrapper in nodejs\n\n\nRight now it's neither tested nor documented. Those are both major TODOs.\n\nThe search api is also TODO.\n\nThis code was heavily helped by [this blog\npost](http://www.bemasher.net/neweggs-json-quasi-api/).\n\nExample code showing all current functions:\n```javascript\nvar newegg = require('node-newegg-api');\n\nnewegg.getProduct(\"N82E16811219038\", function(err, data) {\n\n});\n\nnewegg.getMenus(function(err, data) {\n\n});\n\nvar storeId = 1;\nnewegg.getCategory(storeId, function(err, data) {\n\n});\n\nvar categoryId = 1;\nvar nodeId = 1;\nnewegg.getNavigation(storeId, categoryId, nodeId, function(err, data) {\n\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuank%2Fnode-newegg-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feuank%2Fnode-newegg-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuank%2Fnode-newegg-api/lists"}