kowainik / crocodealer

🐊 Manage GitHub organization files, labels, issues
https://kowainik.github.io/projects/crocodealer
Mozilla Public License 2.0
9 stars 4 forks source link

Use curl to download files instead of a specific http library #21

Closed Nimor111 closed 4 years ago

Nimor111 commented 4 years ago

After #17 is merged, we should move from http-conduit to a more lightweight solution - since we aren't using any specific http library feature, we can use the curl command to download files with the help of the shellmet library.