bzarras / newsapi

A promise-based node interface for NewsAPI
MIT License
144 stars 39 forks source link

solved browser support issue :) #48

Closed kisshan13 closed 6 months ago

kisshan13 commented 1 year ago

47 Well I have solved this using URLSearchParam() method which breaks the boundary of our package to run just on Node.js

but now you can run this both on client-side as well as server-side.

Thanks !!!