Ever wonder what time a movie will be finished so you can plan around it? This repository contains the source code for https://planmymovie.com.
2
stars
0
forks
source link
Combine 'get Movie' API calls to get all details together before displaying output #53
Closed
stonefrango closed 2 years ago
currently: runs one api call right after the previous, which apparently is less efficient.