Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benhutchins/marcims.js
An API for MARCIMS
https://github.com/benhutchins/marcims.js
Last synced: 2 months ago
JSON representation
An API for MARCIMS
- Host: GitHub
- URL: https://github.com/benhutchins/marcims.js
- Owner: benhutchins
- Created: 2018-03-08T19:55:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:50:44.000Z (about 2 years ago)
- Last Synced: 2024-05-01T23:29:55.202Z (8 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MARCIMS Node.js API Module
This is an example helper to work with marcims.org's api.
## Setup
First, install all the dependencies:
```
npm install
```If you are using this in your own repo:
```
npm install --save https://github.com/benhutchins/marcims.js.git
```## Using
See `index.js` for an example of how to work with this module.