Skip to content

EugeneK6S/evboxTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Why this way

The site provides content as HTML, rather than JSON (which is much more parse-able). Hence first comes transforming byte into HTML into String. Then slicing, iterating, matching, printing.

How To:

go get ./...
go build -o tester main.go
./tester http://hiring.test.everon.io/

Potential improvements:

  1. Using proper CLI package like spf13/cobra
  2. Better HTML-to-StringSlice conversion (if exists)
  3. More helper methods (to avoid some code repetition)
  4. More intellectual handling of states (I mean we have to maintain a dictionary of states, since website is not standardized, and that's counter-effective...)
  5. Better error handling (always and everywhere :))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages