Skip to content

Datawheel/oec-wikimedia

 
 

Repository files navigation

oec-wikimedia

Must install the Google Font "Noto Sans" before proceeding.

Local configuration needs to be stored in config.js file with the following structure:

module.exports = {
  urls: [
    [
      "/en/visualize/embed/tree_map/hs92/export/chn/all/show/2019/",
      "https://oec.world/en/profile/country/chn"
    ],
    [
      "/en/visualize/embed/tree_map/hs92/export/usa/all/show/2019/",
      "https://oec.world/en/profile/country/chn"
    ]
  ]
};

Scripts

npm run scrape - references the "urls" array from the config and creates SVGs and meta TXT files in an "exports/" folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%