JeffResc / SpamCop

SpamCop IP Address Lookup in Node.js
https://www.npmjs.com/package/spamcop
GNU General Public License v3.0
2 stars 1 forks source link

Rely on no dependencies #1

Open JeffResc opened 4 years ago

JeffResc commented 4 years ago

Currently, the project relies on the "request" dependency which can download an amount of unnecessary code and waste a small amount of time while downloading code. We'd like this problem to be eliminated by relying on no dependencies at all. Please reply if you'd be interested in working on this issue. An example of replacing the "request" dependency can be found in this issue.

arthurrochat commented 4 years ago

I can take this one :))