Mirror of mediawiki/services/citoid.git (see https://www.mediawiki.org/wiki/Developer_access for contributing)
转到文件
libraryupgrader 82b38a7b1c build: Updating eslint-config-wikimedia to 0.27.0
Change-Id: I3a5eadac2000fff124e213d8c8b1a74582678b02
2024-04-19 13:33:20 +00:00
.pipeline Update to node 16 2024-02-29 11:41:39 +00:00
dist Remove support for worldcat search API 2023-06-12 12:33:31 +00:00
lib build: Updating eslint-config-wikimedia to 0.27.0 2024-04-19 13:33:20 +00:00
routes eslint: Drop most over-rides and align with upstream 2024-03-04 12:44:56 +00:00
scripts Update to service-template-node v0.2.2 2015-11-02 13:02:20 +01:00
test Update chrono-node library to 2.x.x 2024-03-26 11:15:47 +00:00
.dockerignore Add .dockerignore listing .git, node_modules/ and coverage/ 2015-04-22 16:27:50 +02:00
.eslintignore Add linting for tests 2020-06-19 12:08:30 +01:00
.eslintrc.json eslint: Drop most over-rides and align with upstream 2024-03-04 12:44:56 +00:00
.gitignore Fix tests 2019-06-02 18:39:58 +01:00
.gitreview Switch .gitreview to new repo name 2014-06-18 11:40:07 +02:00
.mocharc.yaml Convert mocha.opts file to a config file 2024-03-14 10:51:40 +00:00
LICENSE Update to service-template-node v0.2.2 2015-11-02 13:02:20 +01:00
README.md Improve swagger docs 2018-03-19 12:20:12 +00:00
app.js eslint: Drop most over-rides and align with upstream 2024-03-04 12:44:56 +00:00
config.dev.yaml Remove support for worldcat search API 2023-06-12 12:33:31 +00:00
config.prod.yaml Remove support for worldcat search API 2023-06-12 12:33:31 +00:00
config.yaml [BREAKING] Make Citoid use service-template-node and service-runner 2015-03-25 20:33:31 +00:00
package-lock.json build: Updating eslint-config-wikimedia to 0.27.0 2024-04-19 13:33:20 +00:00
package.json build: Updating eslint-config-wikimedia to 0.27.0 2024-04-19 13:33:20 +00:00
server.js eslint: Drop most over-rides and align with upstream 2024-03-04 12:44:56 +00:00
spec.yaml build: Update eslint-config-wikimedia to 0.22.1 2022-07-15 23:39:25 +01:00
targets.yaml build: Update eslint-config-wikimedia to 0.22.1 2022-07-15 23:39:25 +01:00

README.md

Citoid

Citoid is a node.js service which locates citation data given a URL, DOI and other persistent identifiers.

Citoid Documentation on mediawiki.org

Quickstart

  1. Run npm install
  2. Run node server.js
  3. Open http://localhost:1970/?doc in your browser