Moviestmdb : npm package for interacting with tmdb api
Technolgy Used
#javascript
About
This is a promise-based javascript node package manager to interact with themoviesdb API
Why I built this
In past, I had worked on projects in which I was working with tmdb API. The API documentation of the tmdb is really great but, there were lots of repetition of code for very similar API call due to this my code would become very unmanageable, so I thought why not make an npm package for this.
The second reason is that, I always wanted to build a libaray/package and to learn the process of creating one , I thought it would be cool :) for show off
Key Features
- Promise Based Package
- Can be used in both backend like node js and frontend like react js
- Support both async,await and .then promises
- Around 20kb in size
- Proper documentation on github