From 16d878fe8f1ac74c4765f6337f22cfeb56202ca9 Mon Sep 17 00:00:00 2001 From: Bilal Date: Thu, 20 Aug 2020 16:00:31 +0300 Subject: [PATCH] update README; hide error log --- README.md | 9 +++++++++ proxyHelpers.js | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77f26d8..755d3c5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # proxylist +### Setup + +Copy `example.env` to the `.env` and set values as desired + +Run server with `yarn start` + +### Development + +Server can be started with `yarn run start-live` for live reload \ No newline at end of file diff --git a/proxyHelpers.js b/proxyHelpers.js index 1a47ea9..55688ab 100644 --- a/proxyHelpers.js +++ b/proxyHelpers.js @@ -76,7 +76,7 @@ const setTimeToFetch = async (proxyList) => { timeToFetch: responseObject.responseTime } }catch (e) { - console.log('[ERROR](setTimeToFetch)', type, address); + // console.log('[ERROR](setTimeToFetch)', type, address); return { address, type,