0.4.0 • Published 7 years ago

cordis-parser v0.4.0

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

cordis-parser NPM version Build Status

Parses EU Cordis data from the European Union Open Data Portal and produces JSON

Installation

npm install cordis-parser --save

Use like

var cp = require('cordis-parser');
cp.parseHorizon2020(function(result) {
  // 'result' is an array with all Horizon2020 projects. Each element in the array is a JSON object.
});

CLI

Use the commmand-line interface to quickly explore Horizon 2020 data.

Use like

cordis-parser -s ActiveGrid

to print the details for the "ActiveGrid" project.

See

cordis-parser -h

for all options.

License

MIT © Marzee Labs

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago