Skip to content

jarib/jsonstat-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Explore a https://json-stat.org/ dataset in the node REPL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published