Los-had / google-search

Google search on your terminal

Home Page:https://replit.com/@Loshad/google-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Google search on your terminal

https://replit.com/@Loshad/google-search

License:MIT License


Languages

Language:Go 100.0%