Skip to content

Los-had/google-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-search

Google search on your terminal

installing

Clone the repo on github:

$ git clone <repo url>
$ cd google-search/

Install the dependencies:

$ go get -u github.com/gocolly/colly/...

Compile:

$ go build main.go

Run the app:

$ ./main

to end the app execution press Ctrl C or Cmd C

License

MIT