1.0.4 • Published 7 years ago

jsonstat-repl v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

jsonstat-repl

Explore a JSON-stat dataset in the node REPL.

For the JSONStat JS API, see the JSON-stat Javascript Toolkit (JJT)

USAGE:

On the command line:

$ jsonstat-repl http://ec.europa.eu/eurostat/wdds/rest/data/v2.1/json/en/tsdec450

> ds.Dimension().map(e => e.label)
[ 'sex', 'geo', 'time' ]

As a module:

import jsonStatRepl from 'jsonstat-repl';
jsonStatRepl.start(data);