TheStanfordDaily / archives-web

Helper functions and web app for METS/ALTO archive viewing.

Home Page:https://archives.stanforddaily.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archives Web

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

npm package

Helper functions (and web app) for METS/ALTO archives viewing.

Usage

npm install @thestanforddaily/archives-web

Use utility functions

const { fetchAllPapers } = require("@thestanforddaily/archives-web/lib/helpers/papers");

Publishing new version

Increment version. Run npm publish --access public

License

Licensed under an Apache-2.0 license.

About

Helper functions and web app for METS/ALTO archive viewing.

https://archives.stanforddaily.com


Languages

Language:JavaScript 83.3%Language:SCSS 14.6%Language:HTML 2.1%