You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

538

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

538

Get the latest presidential polling forecasts from fivethirtyeight.com

2.1.0
latest
Source
npmnpm
Version published
Weekly downloads
8
-50%
Maintainers
1
Weekly downloads
 
Created
Source

538

A command line util to get the latest presidential polling odds from fivethiryeight.com.

DISCLAIMER: I have nothing to do with fivethirtyeight and this is not endorsed or supported by them and may break at any time if they change anything about their website. Please don't run this command any more than you have to, it still comes directly from their servers.

Installation

npm install -g 538

Usage

Type 538 into your console.

http://f.cl.ly/items/2X2X2A341S3x2m0y3D2u/Screen%20Shot%202016-08-10%20at%2012.47.15%20AM.png

Note: it's 100 characters wide, because I don't hate myself and use terminals with fewer columns, but I'd probably accept a nice PR that smartly adjusted to smaller terminals if you wanted.

Show me graphs when I open my terminal

Just add the 538 command to your ~/.bashrc or ~/.zshrc (or similar), and it'll run when you open your terminal. The request isn't always fast, so I don't really recommend doing this.

This might work if you have bash:

echo "\n538" >> ~/.bashrc

This might work if you have zsh:

echo "\n538" >> ~/.zshrc

Thanks

Obviously none of the data is mine. Go to http://projects.fivethirtyeight.com/2016-election-forecast/ and click their ads each time you use the command line tool.

I pretty much stole the idea from @nelhage - who is far, far smarter than me and also wrote this in python first: https://github.com/nelhage/util-scripts/blob/master/538

Keywords

538

FAQs

Package last updated on 15 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts