Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrearettaroli/cats-project-pps-21-22
- Owner: AndreaRettaroli
- Created: 2023-04-13T17:03:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-30T22:15:19.000Z (over 1 year ago)
- Last Synced: 2024-12-18T19:09:42.385Z (10 days ago)
- Topics: cats, cats-effect, ember, http4s, munit, scala
- Language: TeX
- Homepage:
- Size: 5.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```