An optional coding challenge to complete when applying to Shopify for the Summer 2018 Back-End Development Intern position.
Instructions: https://backend-challenge-summer-2018.herokuapp.com/
Main API endpoint: https://backend-challenge-summer-2018.herokuapp.com/challenges.json?id=1&page=1
Extra challenge API endpoint: https://backend-challenge-summer-2018.herokuapp.com/challenges.json?id=2&page=1
You need Python's requests library installed. You can do this with:
$ pip install requests
The endpoint URL can be swapped between the two given URLs above. Simply run the program using:
$ python shopify-challenge.py