react-native-movies-sdk
v0.6.0
Published
modules to fetch and filter the movies
Downloads
20
Readme
react-native-movies-sdk
modules to fetch and filter the movies developed specifically for a project by CyberSpeed.
Installation
npm install react-native-movies-sdk
Usage
import { fetchMovie } from 'react-native-movies-sdk';
// ...
const result = await fetchMovie("Movie-Name");
It returns the list movies, based on the searchQuery, for each movie in the list you will get:
- Movie Name
- Movie Type
- Movie Poster
- Year
- IMDB ID
Api used for this module is omdbapi.
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library