Skip to content

A Haskell study with concurrency, http requests, JSON and XML parsing.

License

Notifications You must be signed in to change notification settings

FelipeMonobe/lagoinha-hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c7f84f2 · Jun 15, 2020

History

10 Commits
Jun 15, 2020
Jun 15, 2020
Jun 15, 2020
May 17, 2019
May 17, 2019
Jun 5, 2020
Jun 5, 2020
May 17, 2019
Jun 15, 2020
Jun 15, 2020
May 17, 2019
Mar 26, 2020

Repository files navigation

lagoinha-hs

Haskell project inspired by https://github.com/IgorHalfeld/lagoinha.


About

✔️ - This project is mainly a Haskell study case, therefore susceptible to change, that can generate an executable/program from its source code.
❌ - This project isn't a library to install and import into your current project to use.

What it does

When executed, this program prompts for a brazilian zip code (CEP) and then races 4 concurrent fetch requests for its address components. The result is printed in Endereco type format.
Current services are Cep Aberto, Correios, Via CEP and Widenet.

Usage (with stack)

> git clone git@github.com:FelipeMonobe/lagoinha-hs.git
> cd lagoinha-hs
> stack build
> stack exec lagoinha-hs-exe

⚠️ Change git clone url accordingly with your preference.

Releases

No releases published

Packages

No packages published