GrAMPS GraphQL data source for the IMDB API.
npm install @gramps/data-source-imdbapiLook up trailers, ratings, and other information about movies from the IMDB API.
This is a GrAMPS data source for GraphQL.
TKTK
NOTE: Replace all instances of YOUR_DATA_SOURCE_NAME with the actual name you want to use (e.g. data-source-companyname-datatype).
``shClone the repo
git clone git@github.com:gramps-graphql/data-source-imdbapi.git data-source-YOUR_DATA_SOURCE_NAME
$3
Start the app with the following command:
`sh
Develop with mock data
yarn mock-data
`$3
Once you’ve got your data source configured to load live data, you can enable live data in development:
`sh
Develop with live data
yarn live-data
`$3
Currently, 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.