Skip to content

mguidoti/zenodeo

 
 

Repository files navigation

zenodeo

nodejs interface to Zenodo

Install

Method 1

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

$ git clone [email protected]: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 [email protected]:punkish/zenodeo.git
$ cd zenodeo
$ npm install
$ node index.js

About

`nodejs` interface to Zenodo/BLR community

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.4%
  • CSS 31.2%
  • HTML 8.4%