Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/supanutjarukulgowit/google_search_web_api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/supanutjarukulgowit/google_search_web_api

  • v0.0.0-20221124151855-49807fd89e0c
  • Source
  • Go
  • Socket score

Version published
Created
Source

To start server

go mod tidy

using vscode debug tool select user and keyword and run debug.
sorry for the inconvenience way to start the server I havd a plan to deploy api to cloud provider using docker but I'm not quite good at it.
as you can see in the project I have 2 services so it's easy to maintain when deploy to real server using docker.

To start database using docker

docker run --name myPostgresDb -p 5455:5432 -e POSTGRES_USER=test -e POSTGRES_PASSWORD=1234 -e POSTGRES_DB=extract_google_search -d postgres
this is postman for test api
https://api.postman.com/collections/12398625-3d81c4d5-d38f-488e-9ddb-d1065dd5d517?access_key=PMAT-01GJMXZXZN9TQPN2EW1XN4VTY7

FAQs

Package last updated on 24 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc