Automatically update your publications from scopus using API from Scopus
Automatically update your publications from scopus using API from Scopus
Node JS Install
apt install nodejs
node --version v12.22.9
apt-get update
NPM Install
sudo apt install npm
npm --version 8.5.1
This will update npm using npm itself:
sudo npm install npm -g
sudo apt update
sudo apt upgrade
sudo apt install git
git --version
Making a directory for cloning
mkdir scopus-rss
git clone https://github.com/ElsevierDev/rss.git ./scopus-rss
cd scopus-rss/
cd ./src
Edit the config.js file to insert your API key from scopus
config.json
Now start your NPM
npm run start
Once you start your NPM your script will run.
Now go to your browser and type
localhost:3000 (or use ur url if you have one)
Now moving your project to the development server
npm run build
npm install -g serve
serve -s build