First, cd into the project and install the node dependencies:
npm i
Next run the project in dev mode:
npm run dev
Then open http://localhost:3000 in your preferred browser to see the output.
I've assumed that statusSeverityDescription
is the key I can use to filter good services from disrupted services.
These are in the code and imported as Node environment variables process.env.APP_ID
and process.env.APP_KEY
respectively from the .env
file.