- NodeJS
- Harvard Art Museums API key
-
Run
npm install
to install the required packages -
Set environment variables
- Production: Create a system environment variable named
apikey
and set it to your Harvard Art Museums API key - Development: Clone the .env-sample file into a new .env file and set
apikey
to your Harvard Art Museums API key
- Production: Create a system environment variable named
-
Run
npm start
-
View http://localhost:3000 in your browser