Skip to content

Instantly share code, notes, and snippets.

View gbidkar's full-sized avatar
🍒

Guy Bidkar gbidkar

🍒
View GitHub Profile
@gbidkar
gbidkar / surveys.js
Last active March 11, 2019 11:24
Node.js script to extract Haaretz's "survey of surveys", of Israeli Elections 2019 information as a JSON object
///
/// SURVEYS.JS
/// Extracts Haaretz's 2019 Elections survey JSON data.
/// Author: @gbidkar
///
/// npm install --save request
///
/// Final voting information is 'surveys' variable.
const request = require('request');