From bf8b31d82a7ee0e9e9f685c086aa42c7f4b03abb Mon Sep 17 00:00:00 2001 From: Blake Date: Sat, 15 May 2021 00:24:51 -0400 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..855ea28 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# tmdb-ts + + +Typescript implementation of [TMDB](https://developers.themoviedb.org/) v3. + + +This uses authenication token for requests so there is no need to append api key to the url.