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

https://github.com/mattheusv/gocurrency

web scraping to provide currency quote data in REST api
https://github.com/mattheusv/gocurrency

api currency currency-quote go golang rest scraping

Last synced: 4 months ago
JSON representation

web scraping to provide currency quote data in REST api

Awesome Lists containing this project

README

        

# gocurrency ![Build Status](https://travis-ci.org/msalcantara/currency-quote-api.svg?branch=master)
- web scraping to provide currency quote data in REST api
- API collects data from various websites to capture the currency quote and make it available in the urls

# Use

- All traditional currencys

```https://gocurrency.herokuapp.com/api/currencys```

- Find by specific traditional currency

```https://gocurrency.herokuapp.com/api/currencys/dolar```

- All digital currencys

```https://gocurrency.herokuapp.com/api/digital/currencys```

- Find by specific digital currency

```https://gocurrency.herokuapp.com/api/digital/currencys/bitcoin```