movie_database_client 1.0.3 copy "movie_database_client: ^1.0.3" to clipboard
movie_database_client: ^1.0.3 copied to clipboard

Very simple dart clieent wrapping the Open Movie Database API to list search responses to simple title queries. It returns titles, typee of title and poster images.

Movie Database Client #

Dart client wrapping http://www.omdbapi.com/ to search movies.

Getting Started #

To run or use this package you'll need to first get an API key from http://omdbapi.com.

Then you can call the API like this:

final client = new MovieDatabaseClient('your key');
const results = await client.search('some title');

Running tests #

Dart CI

The tests require having an API key to use as well.

Copy the test/settings.example.json to test/settings.json and update the key in their with your own key.

2
likes
35
pub points
0%
popularity

Publisher

unverified uploader

Very simple dart clieent wrapping the Open Movie Database API to list search responses to simple title queries. It returns titles, typee of title and poster images.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on movie_database_client