https://github.com/thiagoesteves/usd2real
A simple binary to capture the current USD=>REAL rate from UOL webpage
https://github.com/thiagoesteves/usd2real
cambio elixir erlang erlang-otp uol usd-real
Last synced: about 2 months ago
JSON representation
A simple binary to capture the current USD=>REAL rate from UOL webpage
- Host: GitHub
- URL: https://github.com/thiagoesteves/usd2real
- Owner: thiagoesteves
- License: apache-2.0
- Created: 2021-07-29T16:37:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T19:25:21.000Z (almost 5 years ago)
- Last Synced: 2025-06-28T02:41:38.998Z (12 months ago)
- Topics: cambio, elixir, erlang, erlang-otp, uol, usd-real
- Language: Elixir
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/erlang/otp/releases/tag/OTP-22.0)
# Parse The Cambio UOL webpage
## How to generate the script
```
mix escript.build
```
## How it works
This script is going to parse an html page from the UOL webpage and print the current rate USD to REAL
```
./bin/usd2real
[Estados Unidos] 1,000 USD => 5,045 BRL [Brasil]
```