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

https://github.com/tmccarthy/fetch

Tools I find myself writing for fetching data from the web
https://github.com/tmccarthy/fetch

Last synced: 10 months ago
JSON representation

Tools I find myself writing for fetching data from the web

Awesome Lists containing this project

README

          

# Fetch

A library of tools I find myself writing for fetching data from the web. Includes:

* cats and fs2 based utilities for downloading and streaming data
* A rate-limiting backend for sttp
* A client for OpenStreetMap that can be used to geocode location strings
* A client for the data.gov.au API
* Caches using the local filesystem or a local Sqlite DB
* A scala client for AWS Textract, extracted and expanded from [tmccarthy/australian-federal-parliament-citizenship-register-scraper](https://github.com/tmccarthy/australian-federal-parliament-citizenship-register-scraper)