blakejoy / tmdb-ts

Typescript client wrapper for TheMovieDB (TMDB) v3
MIT License
39 stars 12 forks source link

Move to corss-fetch & add season endpoint #2

Closed tzilmarn closed 2 years ago

blakejoy commented 2 years ago

Any reason you prefer cross fetch over node-fetch?

tzilmarn commented 2 years ago

No particular reason other than it works both in browser and on server. It wouldnt make much sense to run the library in browser for production, but maybe for quick testing it would help if it works (as was my use case).