Crevil / ng-graphql-github

Demo application for showing GraphQL with Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng-graphql-github

Build Status

Demo application for showing GraphQL with Angular. This project allows for browsing and searching public repositories on GitHub.

It performs all queries on the GitHub REST and GraphQL API to show the performance differences.

The project is an Angular project using the Apollo client to query the GraphQL API and @angular/http to query the REST API.

Features

  • Perform all queries to the GitHub API on both REST and GraphQL
  • Search by repository names
  • Show descriptions and tags of each repository found

About

Demo application for showing GraphQL with Angular

License:MIT License


Languages

Language:TypeScript 83.3%Language:JavaScript 7.8%Language:HTML 6.6%Language:CSS 2.3%