UNPKG

bmw-js

Version:

BMW javascript REST client for the BMW i3 hackathon.

17 lines (14 loc) 387 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>title</title> </head> <body> <div id="result"></div> <br/> <script src="../bower_components/jquery/dist/jquery.js"></script> <script src="../bower_components/signalr/jquery.signalR-2.0.2.js"></script> <script src="../dist/browser/MojioClient.js"></script> <script src="authorize.js"></script> </body>