Skip to content

yetzt/node-dataunwrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataunwrapper

Extract raw data from datawrapper visualisations hosted at datawrapper.dwcdn.net.

Module usage

const dataunwrapper = require('dataunwrapper');

dataunwrapper('<id>', function(err, data){

	// ...

});

<id> is the unique 5 character string from the url https://datawrapper.dwcdn.net/<id>/0/

CLI usage

Install with npm i -g dataunwrapper.

dataunwrapper <id>

License

Unlicense

About

extract inline data from datawrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published