Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimmysawczuk/recon

A Go package to extract OpenGraph data from the web
https://github.com/jimmysawczuk/recon

go opengraph parser

Last synced: about 2 months ago
JSON representation

A Go package to extract OpenGraph data from the web

Awesome Lists containing this project

README

        

# recon

[![GoDoc](https://godoc.org/github.com/jimmysawczuk/recon?status.svg)](https://godoc.org/github.com/jimmysawczuk/recon) [![Go Report Card](https://goreportcard.com/badge/github.com/jimmysawczuk/recon)](https://goreportcard.com/report/github.com/jimmysawczuk/recon) [![CI](https://github.com/jimmysawczuk/recon/workflows/CI/badge.svg)](https://github.com/jimmysawczuk/recon/actions?query=workflow%3ACI)

Package recon is a library to retrieve HTML documents from the Internet and extract [OpenGraph][ogp]-related information from the page.

## Documentation

Documentation is available on [GoDoc][godoc].

[ogp]: http://ogp.me
[godoc]: http://godoc.org/github.com/jimmysawczuk/recon