Skip to content

fahimbagar/bankmega-promotions-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Bank Mega Promotions (Golang)

This project is used to scrap Bank Mega Promotions website.

Getting Started

This project has been tested with Go 1.14 using go.mod.

Installation

Install go package using:

$ git clone https://github.com/fahimbagar/bankmega-promotions-go
 
$ go get -u

Usage

  • Run via go run
$ go run ./...
  • Or, build and run via binary executable
$ go build -o solution

$  ./solution

Unit Test

$ go test ./... -v -count=1 

Library

  1. htmlquery
  2. assert

About

Get Bank Mega Promotions using Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages