Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.