Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrearettaroli/cats-project-pps-21-22

Scala functional programming experiments
https://github.com/andrearettaroli/cats-project-pps-21-22

cats cats-effect ember http4s munit scala

Last synced: 10 days ago
JSON representation

Scala functional programming experiments

Awesome Lists containing this project

README

        

# cats-project-pps-21-22

This project is an experiment of using Scala functional programming with Cats, Cats Effect and http4s Ember.

## Getting Started

To run this project is necessary to take the IMDb api key, then set it as env variable like:

```
API_KEY=your_api_key
```