Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 740 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 740 Bytes

shot Go Report Card GoDoc

site screenshot microservice with go and phantomjs

Usage

package main

import (
	"github.com/zhuharev/shot"
)

func main() {
	srv, e := shot.New("cfg")
	if e != nil {
		panic(e)
	}
	srv.Run()
	srv.Serve()
}

Screenshots