mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-18 13:45:09 +00:00
feat: add movie search service (#293)
* feat: add movie search service close #183 * chore: update display name * chore: code review fix * feat: avoid panic when fields would be null or missed * chore: make it more readable * fix: correct format
This commit is contained in:
7
movie/README.md
Normal file
7
movie/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Movie Service
|
||||
|
||||
Search movies by IMDb ID or title
|
||||
|
||||
Powered by [https://www.themoviedb.org/](https://www.themoviedb.org/).
|
||||
|
||||
Generate API Key: [https://www.themoviedb.org/settings/api](https://www.themoviedb.org/settings/api)
|
||||
Reference in New Issue
Block a user