DedSecInside / gotor

This program provides efficient web scraping services for Tor and non-Tor sites. The program has both a CLI and REST API.
GNU General Public License v3.0
158 stars 44 forks source link

Change url colors based on status #10

Closed KingAkeem closed 6 years ago

KingAkeem commented 6 years ago

The Go server currently returns a map that contains the url and a boolean value which represents the status of the url. If it's true then the url is reachable, if false then it's not. We need to color the links on the front end using this response. If the link is unreachable then it should be red, if it is reachable then it should be green.