Using fp-ts for HTTP requests and validation
fp-ts is a great TypeScript library for functional programming. I haven't found that many real world usage examples out there, so I thought it might be fun to take a repository and try adding fp-ts
there. More specifically, I wanted to learn more about making HTTP requests with fp-ts
.