Skip to content

HackingMadison/linkcat-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A JSON API for LinkCat

LinkCat (http://www.linkcat.info/cgi-bin/koha/opac-main.pl) does not seem to have an API so here is one that does it via screen scraping.

API Endpoints

Search

GET /search
Parameters
Name Type Description
q string A query parameter to search by
Request
curl http://www.example.com
Response
{
}

Items

GET /items/:id
Parameters
Name Type Description
id string The ID of the item
Request
curl http://www.example.com
Response
{
}

Setup

  1. Have a running node.js environment
  2. Clone this repo
  3. cd into repo
  4. npm install
  5. node index.js

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors