brew install terminal-notifier
// https://github.com/julienXX/terminal-notifier
var shell= require("shelljs");
var notify = module.exports = function(params) {
| Use nodejs to query | |
| ```javascript | |
| const fetch = require("isomorphic-fetch") | |
| const files = require("fs") | |
| const slowy = (ms) => new Promise(r => setTimeout(r,ms)) | |
| const askWikipedia = async (wirks,file) => { |