Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

riza/serpprovider-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

serpprovider-go

This package to ensure uses SerpProvider service easily.

Installation

$ go get github.com/riza/serpprovider-go

Usage

package main

import (
    "github.com/riza/serpprovider-go"
    "fmt"
 )

func main() {

   res := serpprovider.New("API_KEY_HERE").Request(&serpprovider.SearchRequest{
      Query:"webtekno",
	  Country:"tr",
	  Language:"tr",
	  Limit:135,
  });

  fmt.Print(res)
}

Country and language codes

Changelog

Version 1.0

  • Initial

Support

  • BTC : 3FSL583ncizWvMrEBZSN2o6K2uudyDZyby (Min 0.0005 BTC)
  • ETH : 0x8e12150a778707729cfd7971e308a9293888549d (Min 0.001 ETH)
  • XRP : rNEygqkMv4Vnj8M2eWnYT1TDnV1Sc1X5SN - TAG : 1543091 (Min 1 XRP)

Releases

No releases published

Packages

No packages published

Languages