mateusluizfb / crawley-ex

An elixir app that fetches repos across the Github catalog
4 stars 2 forks source link

Download repositories and send to a S3 bucket #3

Closed mateusluizfb closed 4 years ago

mateusluizfb commented 4 years ago

The goal here is download the repository by its url and send to a S3 bucket.

The function needs to receive the url and send the code downloaded (or cloned) to the S3 bucket for further analysis.

mateusluizfb commented 4 years ago

Implemented: https://github.com/mateusluizfb/crawley-ex/pull/5