minikube version
minikube start
kubectl version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var CryptoJS = require("crypto-js"); | |
var today = new Date(); | |
var requestDate = today.toUTCString(); | |
var apiSecret = 'your_secret'; | |
var keyId = 'your_key'; | |
// prepare signature string | |
var signatureContentString = 'date: ' + requestDate; |
Below is the list of modern JS frameworks and almost frameworks – Angular, Ember and React.
All files were downloaded from https://cdnjs.com and named accordingly.
Output from ls
command is stripped out (irrelevant stuff)
$ ls -lhS
566K Jan 4 22:03 angular2.min.js