Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 433 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 433 Bytes

Interview Coding Exercises

There are two parts to this coding exercise, they both have the same objectives: to shorten URLs from a list based on the cleanuri.com API.

The bash code

The BASH README will give a high-level of how the code should be interacted with a function.

The python code

The python README will give a high-level on how the python code is written and how to use it.