{"id":15065905,"url":"https://github.com/gramps-graphql/data-source-imdbapi","last_synced_at":"2025-10-05T03:30:27.593Z","repository":{"id":57114128,"uuid":"107426316","full_name":"gramps-graphql/data-source-imdbapi","owner":"gramps-graphql","description":"DEPRECATED: DO NOT USE","archived":true,"fork":false,"pushed_at":"2017-12-22T17:43:27.000Z","size":103,"stargazers_count":0,"open_issues_count":5,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T15:29:55.727Z","etag":null,"topics":["apollo-server-express","apollographql","gramps","gramps-data-source","graphql","graphql-server","imdb-api"],"latest_commit_sha":null,"homepage":"","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/gramps-graphql.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}},"created_at":"2017-10-18T15:21:15.000Z","updated_at":"2023-01-28T21:20:17.000Z","dependencies_parsed_at":"2022-08-22T08:40:24.074Z","dependency_job_id":null,"html_url":"https://github.com/gramps-graphql/data-source-imdbapi","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gramps-graphql%2Fdata-source-imdbapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gramps-graphql%2Fdata-source-imdbapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gramps-graphql%2Fdata-source-imdbapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gramps-graphql%2Fdata-source-imdbapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gramps-graphql","download_url":"https://codeload.github.com/gramps-graphql/data-source-imdbapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235356147,"owners_count":18976818,"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","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-server-express","apollographql","gramps","gramps-data-source","graphql","graphql-server","imdb-api"],"created_at":"2024-09-25T00:57:19.269Z","updated_at":"2025-10-05T03:30:27.051Z","avatar_url":"https://github.com/gramps-graphql.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEPRECATED — DO NOT USE\n\nUnfortunately, the API this data source wraps is unstable to the point of being unusable. This data source is also not compatible with the 1.x format of GrAMPS, so it _should not_ be used. You've been warned.\n\n\u003ca href=\"https://ibm.biz/gramps-graphql\"\u003e\u003cimg src=\"https://gramps-graphql.github.io/gramps-express/assets/img/gramps-banner.png\" alt=\"GrAMPS · An easier way to manage the data sources powering your GraphQL server\" width=\"450\"\u003e\u003c/a\u003e\n\n# GrAMPS GraphQL Data Source for the [IMDB API](http://www.theimdbapi.org/)\n[![license](https://img.shields.io/npm/l/@gramps/data-source-imdbapi.svg)](https://github.com/gramps-graphql/data-source-imdbapi/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@gramps/data-source-imdbapi.svg?style=flat)](https://www.npmjs.com/package/@gramps/data-source-imdbapi) [![Build Status](https://travis-ci.org/gramps-graphql/data-source-imdbapi.svg?branch=master)](https://travis-ci.org/gramps-graphql/data-source-imdbapi) [![Maintainability](https://api.codeclimate.com/v1/badges/ac264833fac1fbd1afe0/maintainability)](https://codeclimate.com/github/gramps-graphql/data-source-imdbapi/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/ac264833fac1fbd1afe0/test_coverage)](https://codeclimate.com/github/gramps-graphql/data-source-imdbapi/test_coverage) [![Greenkeeper badge](https://badges.greenkeeper.io/gramps-graphql/data-source-imdbapi.svg)](https://greenkeeper.io/)\n\nLook up trailers, ratings, and other information about movies from the [IMDB API](http://www.theimdbapi.org/).\n\nThis is a [GrAMPS](https://ibm.biz/gramps-graphql) data source for GraphQL.\n\n## Example Queries\n\nTKTK\n\n## Quickstart\n\n**NOTE:** Replace all instances of `YOUR_DATA_SOURCE_NAME` with the actual name you want to use (e.g. `data-source-companyname-datatype`).\n\n```sh\n# Clone the repo\ngit clone git@github.com:gramps-graphql/data-source-imdbapi.git data-source-YOUR_DATA_SOURCE_NAME\n\n# Move into it\ncd data-source-imdbapi/\n\n# Install dependencies\nyarn install\n```\n\n### To Develop with Mock Data\n\nStart the app with the following command:\n\n```sh\n# Develop with mock data\nyarn mock-data\n```\n\n### To Develop with Live Data\n\nOnce you’ve got your data source configured to load live data, you can enable live data in development:\n\n```sh\n# Develop with live data\nyarn live-data\n```\n\n### Notes for Developers\n\nCurrently, there is no watch capability (PRs welcome!), so the service needs to be stopped (`control` + `C`) and restarted (`yarn [mock-data|live-data]`) to reflect new changes to the data source.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgramps-graphql%2Fdata-source-imdbapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgramps-graphql%2Fdata-source-imdbapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgramps-graphql%2Fdata-source-imdbapi/lists"}