Projekt na zaliczenie przedmiotu Programowanie funkcyjne 2024/SL.
Go to file
2024-05-26 16:57:22 +02:00
app decoding works for each day 2024-05-26 16:57:22 +02:00
plot added custom Y axis range 2024-05-26 12:52:54 +02:00
.gitignore added gitignore 2024-05-25 16:03:03 +02:00
profun.cabal today response decoding 2024-05-26 14:41:13 +02:00
README.md added more API requests and getting dates 2024-05-26 00:18:03 +02:00

Run via:

cabal run

to get the needed dependencies.

Dependencies

This project makes use of the following dependencies (specified in profun.cabal):

  • http-client (for API requests)
  • http-client-tls (for API requests)
  • http-conduit (for API requests)
  • aeson (JSON parsing)
  • Chart (for generating plot)
  • Chart-diagrams (for generating plot)
  • bytestring (for ByteString type)
  • utf8-string (for conversion from String to ByteString)
  • time (for getting date)