https://github.com/frederikprijck/github-graphql-example
:tada: An example application on using Github GraphQL API
https://github.com/frederikprijck/github-graphql-example
angular github graphql rxjs
Last synced: about 2 months ago
JSON representation
:tada: An example application on using Github GraphQL API
- Host: GitHub
- URL: https://github.com/frederikprijck/github-graphql-example
- Owner: frederikprijck
- Created: 2018-12-22T20:51:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T10:08:49.000Z (over 7 years ago)
- Last Synced: 2025-09-15T18:45:15.097Z (9 months ago)
- Topics: angular, github, graphql, rxjs
- Language: TypeScript
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github-GraphQL-Example
[](https://travis-ci.org/frederikprijck/github-graphql-example)
This example application demonstrates how we can integrate the Github GraphQL API in an Angular application using [apollo-angular](https://github.com/apollographql/apollo-angular).
## Installing dependencies
You can install the dependencies using `npm install`.
## Running the application
Before you will be able to run the application you'll need to generate a Github Access Token (https://github.com/settings/tokens), ensure the following scopes are included:
- read:org
- read:user
Once the token is generated, copy it's value and paste it in `src/app/github-graphql/github-graphql.module.ts` on line 14.
The application can now be started using `npm start`.