{"id":15925454,"url":"https://github.com/iliasderos/id-graphql-basics","last_synced_at":"2026-04-11T03:35:09.253Z","repository":{"id":119337683,"uuid":"115436904","full_name":"IliasDeros/id-graphql-basics","owner":"IliasDeros","description":"Graph QL experiment following https://www.youtube.com/watch?v=lAJWHHUz8_8","archived":false,"fork":false,"pushed_at":"2017-12-26T20:35:05.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T13:23:58.698Z","etag":null,"topics":["chai","express-graphql","graphql","mocha","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IliasDeros.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-26T16:13:25.000Z","updated_at":"2017-12-26T20:39:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"928866fd-c416-4234-8339-45a871e69218","html_url":"https://github.com/IliasDeros/id-graphql-basics","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"4cd0ff849d1be8f5db6dc7e3987beffbae1596f4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IliasDeros/id-graphql-basics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IliasDeros%2Fid-graphql-basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IliasDeros%2Fid-graphql-basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IliasDeros%2Fid-graphql-basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IliasDeros%2Fid-graphql-basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IliasDeros","download_url":"https://codeload.github.com/IliasDeros/id-graphql-basics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IliasDeros%2Fid-graphql-basics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["chai","express-graphql","graphql","mocha","nodejs"],"created_at":"2024-10-06T22:02:03.634Z","updated_at":"2026-04-11T03:35:09.226Z","avatar_url":"https://github.com/IliasDeros.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A GraphQL Experiment [![Build Status](https://travis-ci.org/IliasDeros/id-graphql-basics.svg?branch=master)](https://travis-ci.org/IliasDeros/id-graphql-basics)\nQuery an external REST API that returns big, hard to manage XML files and format response into JSON\n\n## Prerequisites\n* An API key from https://www.goodreads.com/\n* NodeJS \u003e= v8.1.5\n* `yarn` [optional]\n\n## Getting started\n1. Checkout this repository\n2. run `yarn` or `npm install`\n3. execute server using `APIKEY=\u003cgoodreads api key\u003e node serve.js`\n4. Play around with API on `localhost:4000/graphql`\n\n## Examples\nQuery an author's *name*\n\n    query {\n      author(id: 4432) {\n        name\n      }\n    }\n\nQuery an author's *books*\n\n    query {\n      author(id: 4432) {\n        books { isbn, title }\n      }\n    }","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiasderos%2Fid-graphql-basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filiasderos%2Fid-graphql-basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiasderos%2Fid-graphql-basics/lists"}