data-donation-importers
v0.1.14
Published
React components for importing data donation formats
Downloads
24
Readme
data-donation-importers
React components for importing data donation related stuff.
npm install
npm start
The components can then be exported in src/lib/index.js, and published to NPM. (don't forget to increment version)
npm run build_npm
npm publish
about this repo
It doubles as containing the NPM module with the importer components, and as a GUI for trying them out and developing recipes. The module parts are in src/lib. The GUI stuff is in src/AppComponents