1.0.1 • Published 7 years ago

zenodeo v1.0.1

Weekly downloads
3
License
CC0-1.0
Repository
github
Last release
7 years ago

zenodeo

nodejs interface to Zenodo

Install

Method 1

git, a relatively new version of nodejs (I am using 8.x) and yarn.

$ git clone git@github.com:punkish/zenodeo.git
$ cd zenodeo
$ yarn
$ node index.js

Method 2

git and nodejs are non-negotiable, but if you don’t have or can’t install yarn, npm should work as well.

$ git clone git@github.com:punkish/zenodeo.git
$ cd zenodeo
$ npm install
$ node index.js