Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 1.05 KB

File metadata and controls

23 lines (15 loc) · 1.05 KB

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.