I am currently creating a custom javascript problem which will sit in the Edx platform
I have created my Javascript in react.js and currently works outside of the EdX platform, but when I add it to EdX, it doesn't call the Google maps API. I am including it in EdX's raw HTML using the following link
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=MY-API-KEY"></script>
I don't have any http referrers on the api key, so nothing is being blocked from using it.
No errors appear in the console. And despite an in-depth search, I can't find EdX documentation to tell me how to include the api.
Has anyone found a way to include, specifically Google maps, but any external APIs in to EdX?