{"id":19263193,"url":"https://github.com/the-road-to-graphql/node-apollo-boost-github-graphql-api","last_synced_at":"2025-07-29T17:06:43.090Z","repository":{"id":70926135,"uuid":"129363576","full_name":"the-road-to-graphql/node-apollo-boost-github-graphql-api","owner":"the-road-to-graphql","description":"A standalone GraphQL application that uses Apollo Client for consuming the GitHub GraphQL API","archived":false,"fork":false,"pushed_at":"2020-06-12T08:43:27.000Z","size":752,"stargazers_count":13,"open_issues_count":9,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-21T22:09:32.615Z","etag":null,"topics":["apollo","apollo-boost","apollo-client","apollographql","graphql","graphql-client","graphql-js"],"latest_commit_sha":null,"homepage":"https://www.robinwieruch.de/react-graphql-apollo-tutorial","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/the-road-to-graphql.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":"rwieruch","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-04-13T07:11:31.000Z","updated_at":"2022-02-06T15:44:54.000Z","dependencies_parsed_at":"2023-04-10T21:31:01.382Z","dependency_job_id":null,"html_url":"https://github.com/the-road-to-graphql/node-apollo-boost-github-graphql-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/the-road-to-graphql/node-apollo-boost-github-graphql-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-road-to-graphql%2Fnode-apollo-boost-github-graphql-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-road-to-graphql%2Fnode-apollo-boost-github-graphql-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-road-to-graphql%2Fnode-apollo-boost-github-graphql-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-road-to-graphql%2Fnode-apollo-boost-github-graphql-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-road-to-graphql","download_url":"https://codeload.github.com/the-road-to-graphql/node-apollo-boost-github-graphql-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-road-to-graphql%2Fnode-apollo-boost-github-graphql-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267722332,"owners_count":24133893,"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-07-29T02:00:12.549Z","response_time":2574,"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":["apollo","apollo-boost","apollo-client","apollographql","graphql","graphql-client","graphql-js"],"created_at":"2024-11-09T19:35:11.141Z","updated_at":"2025-07-29T17:06:43.047Z","avatar_url":"https://github.com/the-road-to-graphql.png","language":"JavaScript","funding_links":["https://github.com/sponsors/rwieruch"],"categories":[],"sub_categories":[],"readme":"# Apollo Client consuming GitHub's GraphQL API\n\n[![Build Status](https://travis-ci.org/the-road-to-graphql/node-apollo-boost-github-graphql-api.svg?branch=master)](https://travis-ci.org/the-road-to-graphql/node-apollo-boost-github-graphql-api) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/the-road-to-graphql/node-apollo-boost-github-graphql-api.svg)](https://greenkeeper.io/)\n\nA standalone version of a Apollo Client using GitHub's GraphQL API for performing queries and mutations. [Read more about it here](https://www.robinwieruch.de/react-graphql-apollo-tutorial).\n\n## Features\n\n* Node.js standalone application for the command line\n* Apollo Client with [Apollo Boost](https://github.com/apollographql/apollo-client/tree/master/packages/apollo-boost) with GitHub GraphQL API\n  * Queries and Mutations\n\n## Installation\n\n* `git clone git@github.com:the-road-to-graphql/node-apollo-boost-github-graphql-api.git`\n* `cd node-apollo-boost-github-graphql-api`\n* add your own [GitHub personal access token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) in a .env file in your root folder\n  * GITHUB_PERSONAL_ACCESS_TOKEN=xxxXXX\n* `npm install`\n* `npm start`\n\n## Contributing\n\n* Please install [Prettier integration](https://prettier.io/docs/en/editors.html) to your editor and turn on **format on save** option.\n  * [Prettier For Atom](https://github.com/prettier/prettier-atom)\n  * [Prettier for VSCode](https://github.com/prettier/prettier-vscode)\n  * [Prettier for EMACS](https://github.com/prettier/prettier-emacs)\n  * [Prettier for VIM](https://prettier.io/docs/en/vim.html)\n  * [others...](https://prettier.io/docs/en/editors.html)\n\n## Want to learn more about React + GraphQL + Apollo?\n\n* Don't miss [upcoming Tutorials and Courses](https://www.getrevue.co/profile/rwieruch)\n* Check out current [React Courses](https://roadtoreact.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-road-to-graphql%2Fnode-apollo-boost-github-graphql-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-road-to-graphql%2Fnode-apollo-boost-github-graphql-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-road-to-graphql%2Fnode-apollo-boost-github-graphql-api/lists"}