Skip to content

sohlich/gomercury

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

GoMercury - Mercury Web Parser wrapper

This library is the wrapper around the Mercury Web Parser REST API by Postlight Labs.

Example:

c := &MercuryConfig{
	ApiKey: os.Getenv("MERCURY_APIKEY"),
}

client := New(c)
doc, err := client.Parse("https://trackchanges.postlight.com/building-awesome-cms-f034344d8ed")

About

The golang wrapper of Mercury Web Parser API.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages