1
0
Fork 0

Initial commit of workspace, including basic README

This commit is contained in:
Alex Palaistras 2016-05-24 20:48:10 +01:00
commit 6ff1c8cf64
1 changed files with 5 additions and 0 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# 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.