1
0
Fork 0
Fetch, filter and store arbitrary data using struct types and tags
Go to file
Alex Palaistras 92fb4d6e25 Add MIT license file and file declarations 2016-05-26 01:54:52 +01:00
parser Add MIT license file and file declarations 2016-05-26 01:54:52 +01:00
source Add MIT license file and file declarations 2016-05-26 01:54:52 +01:00
LICENSE Add MIT license file and file declarations 2016-05-26 01:54:52 +01:00
README.md Initial commit of workspace, including basic README 2016-05-24 20:48:10 +01:00
farsight.go Add MIT license file and file declarations 2016-05-26 01:54:52 +01:00
farsight_test.go Add MIT license file and file declarations 2016-05-26 01:54:52 +01:00

README.md

Farsight - A simple library for fetching and parsing data

Farsight facilitates the fetching and parsing of data from arbitrary sources into pre-defined structures, which can be further processed and serialised into other formats (such as JSON, YAML etc.).

What follows is an overview of Farsight, including basic usage examples.