A Node.js program for use with api.elsevier.com. It demonstrates interoperability between the Scopus and SciVal APIs.
- An API key from http://dev.elsevier.com
- Node.js installed on your machine.
- 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.
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.