web app calling alma api. currently supports:
- creating and searching for users by id
- flipping users to external status (hidden)
- displaying set contents
- retrieving library hours
- primo permalink generator
front end built using bootstrap.
back end using flask python framework.
basic authentication
/path/to/development.conf
/path/to/alma-api-dashboard
-----almaapidashboard.py
-----config.py
-----almaapidashboard.wsgi
-----templates/
-----static/ (optional for images)
config.py should include api key, api urls and unique institution data.
