Skip to content

tristann3/google-search-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔗 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"

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages