Skip to content

Instantly share code, notes, and snippets.

@Jonas74
Jonas74 / wikipedia.js
Last active June 15, 2018 09:49
Query Wikipedia with List of Titles
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) => {
@Jonas74
Jonas74 / Notifier.md
Last active September 28, 2015 15:09

Prerequisits

brew install terminal-notifier
// https://github.com/julienXX/terminal-notifier

Code

var shell= require("shelljs");

var notify = module.exports = function(params) {