/google-search-tool

A proof of concept project that does a google search and saves the output to a text file

Primary LanguageGo

🔗 Strongly Typed Languages Final

Go Report Card

📚 Table of Contents

  1. Project Structure
  2. How To Use

Project Structure

📂 google-search-tool
├── .gitignore
├── README.md
├── search.go

How To Use

Run each command line-by-line in your terminal to set up the project:

Install

$ git clone git@github.com:tristann3/google-search-tool.git
$ cd google-search-tool

Run Command

$ go build search.go
$ ./search "ENTER_SEARCH_TERM_HERE"