{"id":16387830,"url":"https://github.com/nicmeister/graphql-nodejs","last_synced_at":"2026-05-03T15:34:31.635Z","repository":{"id":36566829,"uuid":"226285381","full_name":"NicmeisteR/GraphQL-NodeJS","owner":"NicmeisteR","description":"Run GraphQL queries with NodeJS and express. The openAPI used for the project: https://developer.haloapi.com","archived":false,"fork":false,"pushed_at":"2022-12-11T16:12:07.000Z","size":67,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T10:38:47.455Z","etag":null,"topics":["api","express","express-js","graphql","javascript","node","node-js","nodejs","server"],"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/NicmeisteR.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":"2019-12-06T08:50:57.000Z","updated_at":"2020-04-26T15:17:49.000Z","dependencies_parsed_at":"2023-01-17T02:40:58.388Z","dependency_job_id":null,"html_url":"https://github.com/NicmeisteR/GraphQL-NodeJS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NicmeisteR/GraphQL-NodeJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicmeisteR%2FGraphQL-NodeJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicmeisteR%2FGraphQL-NodeJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicmeisteR%2FGraphQL-NodeJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicmeisteR%2FGraphQL-NodeJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NicmeisteR","download_url":"https://codeload.github.com/NicmeisteR/GraphQL-NodeJS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicmeisteR%2FGraphQL-NodeJS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32575111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","express","express-js","graphql","javascript","node","node-js","nodejs","server"],"created_at":"2024-10-11T04:27:39.211Z","updated_at":"2026-05-03T15:34:31.613Z","avatar_url":"https://github.com/NicmeisteR.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL-NodeJS\nRun GraphQL queries with NodeJS and express. The openAPI used for the project: https://developer.haloapi.com\n\n# Setup\n1. Get a API key from [HaloAPI](https://developer.haloapi.com).\n2. Replace the below [{{ your-api-key }}](api/keys.js) with your api key in the keys file:\n    ```js \n    module.exports.config = {\n        halo: {\n            desc: 'ocp-apim-subscription-key',\n            key: '{{ your-api-key }}'\n        }\n    }\n    ```\n3. Open up a terminal and use command:\n    \u003e npm i\n4. Once the packages are installed run the following command to start the express server:\n    \u003e npm start\n5. Then run the below and it will return a queried object in the terminal and write it to the response folder:\n    \u003e npm test \n\n6. Command to ignore changes to the \"keys.js\" file.\n    \u003e git update-index --assume-unchanged api/keys.js","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicmeister%2Fgraphql-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicmeister%2Fgraphql-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicmeister%2Fgraphql-nodejs/lists"}