- npm >= 6
- node >= 10
-
git clone https://github.com/SciCatProject/panosc-search-api.git
-
cd panosc-search-api
-
npm install
-
Set the ENV variables
export BASE_URL=<CATAMEL_API_BASE_URL> # e.g. https://scicat.ess.eu/api/v3 export FACILITY=<YOUR_FACILITY> # e.g. ESS
-
npm start