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

outdated

Dart client to search movies

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
25
pub points
0%
popularity

Publisher

unverified uploader

Dart client to search movies

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on movie_database_client