Skip to content

zhuharev/shot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

site screenshot microservice with go and phantomjs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published