Did a simple variation on apiDemo in apiDemo/es6Version to use the more modern import module methods. This version requires an https server to run (e.g. python or node for local testing). but its modularity will allow better integration with other modern JS code architectures.
To run it, fire up an https server with the webroot set to wtf_wikipedia/
https://localhost:8000 demos/apiDemo/es6Version/apiDemoES6.html
Did a simple variation on apiDemo in apiDemo/es6Version to use the more modern import module methods. This version requires an https server to run (e.g. python or node for local testing). but its modularity will allow better integration with other modern JS code architectures.
To run it, fire up an https server with the webroot set to wtf_wikipedia/ https://localhost:8000 demos/apiDemo/es6Version/apiDemoES6.html