File: twitter-streaming/node_modules/ntwitter/node_modules/keygrip/install.js

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   twitter-streaming/node_modules/ntwitter/node_modules/keygrip/install.js   Download  
File: twitter-streaming/node_modules/ntwitter/node_modules/keygrip/install.js
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Terminal Crossword
Generate a crosswords board on a text console
Author: By
Last change:
Date: 2 years ago
Size: 182 bytes
 

Contents

Class file image Download
require("fs").writeFileSync("./defaultKeys.json", JSON.stringify([ Array(33).join("x").replace(/x/g, function() { return (Math.random() * 16|0).toString(16) }) ]) )