/shot

site screenshot microservice with go and phantomjs

Primary LanguageGoMIT LicenseMIT

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