dxdc / apidemo

A Node.js program for use with api.elsevier.com. It demonstrates interoperability between the Scopus and SciVal APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apidemo

A Node.js program for use with api.elsevier.com. It demonstrates interoperability between the Scopus and SciVal APIs.

Prerequisites

Quick start

  • Clone the project repository by running git clone https://github.com/ElsevierDev/apidemo from your command line
  • In your project root folder, create a config file and add your APIkey to it
  • Run the commands below to install NPM dependencies

npm install

And

npm start

to start the app and visit http://127.0.0.1:3000/ to see the app in action.

Disclaimer

This is not an 'official' SDK and is not guaranteed to always work with Elsevier's APIs, on all platforms, or without eating up all your machine's resources. But we'll do our best to keep it in good shape, are happy to take suggestions for improvements, and are open to collaborations. License info is here.

About

A Node.js program for use with api.elsevier.com. It demonstrates interoperability between the Scopus and SciVal APIs.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 59.2%Language:JavaScript 40.8%