rocketlaunchr-cto 9a5a226b03 - update readme
2020-03-11 15:30:48 +11:00
2020-03-11 15:22:35 +11:00
2020-03-11 15:25:55 +11:00
2020-03-11 15:30:48 +11:00
2020-03-11 15:22:35 +11:00

google-search GoDocGo Report Card

Quickly scrape Google Seach Results.

the project to show your appreciation.

Example

package main

import (
	"context"
	"fmt"
	"github.com/rocketlaunchr/google-search"
)

func main() {
	ctx := context.Background()
	fmt.Println(googlesearch.Search(ctx, "optometrist"))
}

Other useful packages

  • dataframe-go - Statistics and data manipulation
  • dbq - Zero boilerplate database operations for Go
  • electron-alert - SweetAlert2 for Electron Applications
  • igo - A Go transpiler with cool new syntax such as fordefer (defer for for-loops)
  • mysql-go - Properly cancel slow MySQL queries
  • react - Build front end applications using Go
  • remember-go - Cache slow database queries
Languages
Go 100%