https://github.com/code-shoily/tmdb_dart
Dart wrapper for the movie database API
https://github.com/code-shoily/tmdb_dart
api-wrapper dart2 themoviedb-api
Last synced: 7 months ago
JSON representation
Dart wrapper for the movie database API
- Host: GitHub
- URL: https://github.com/code-shoily/tmdb_dart
- Owner: code-shoily
- License: mit
- Created: 2018-12-15T14:49:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T14:14:24.000Z (over 7 years ago)
- Last Synced: 2024-12-29T02:31:12.387Z (over 1 year ago)
- Topics: api-wrapper, dart2, themoviedb-api
- Language: Dart
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# tmdb-dart
## A wrapper for the The Movie Database API
A simple [The Movie Database](https://www.themoviedb.org/) API wrapper for Dart.
## Features
## Installation
*Note:* Please create `lib/api_key.dart` with the following content:
```dart
final String apiKeyV3 = "";
final String apiKeyV4 = "";
final String username = "";
final String password = "