This file contains 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
/// | |
/// 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'); |