UNPKG

repellatquo

Version:

OAuth 1.0a Request Authorization for Node and Browser.

32 lines (25 loc) 751 B
<html> <head> <title>Testing Page</title> <!-- Testing dependencies --> <link rel="stylesheet" href="/vendor/mocha.css"> </head> <body> <div id="mocha"></div> <!-- Testing dependencies --> <script src='/vendor/mocha.js'></script> <script src='/vendor/chai.js'></script> <script src="/vendor/jquery.min.js"></script> <!-- Project dependencies --> <script src="/vendor/hmac-sha1.js"></script> <script src="/vendor/enc-base64-min.js"></script> <script src="/oauth-1.0a.js"></script> <!-- Setup --> <script src="/setup/before.js"></script> <!-- Testing Files --> <script src="/test/twitter_sample_data.js"></script> <script src="/test/personal.js"></script> <!-- Start --> <script src="/setup/after.js"></script> </body> </html>