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
- Host: GitHub
- URL: https://github.com/mattheusv/gocurrency
- Owner: mattheusv
- Created: 2018-06-05T00:05:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T04:10:01.000Z (over 5 years ago)
- Last Synced: 2025-03-06T03:14:58.079Z (4 months ago)
- Topics: api, currency, currency-quote, go, golang, rest, scraping
- Language: Go
- Homepage:
- Size: 2.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gocurrency 
- 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```