Create simple API to get and check proxy list with NodeJS

I need fresh and valid list of proxies.

So I decide to create simple express server to get list of the proxies

To parse proxies I decide use – proxy-lists

To validate – this

First of all create and push on Heroku server to validate proxy – server to validate

Next create simple two modules – src/parse and src/validate

Add all env variables in the .env.example

After add simple express server app with one route to GET list valid proxies

Now with `npm run serve` start server with setup in the ENV port


Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.