Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 962 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 962 Bytes

Photon and Neutron Search Api

Build Status DeepScan grade Known Vulnerabilities

Prerequisites

  • npm >= 6
  • node >= 10

Steps

  1. git clone https://github.com/SciCatProject/panosc-search-api.git

  2. cd panosc-search-api

  3. npm install

  4. 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
  5. npm start