1.0.3 • Published 12 months ago

@harvardartmuseums/ham v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

@harvardartmuseums/ham

A barebones server-side Node.js library for the Harvard Art Museums API.


Getting Started

Installation

npm install @harvardartmuseums/ham

Basic Example

    const HAM = require('@harvardartmuseums/ham');

    let api = new HAM(API_KEY);
    let criteria = {
        'venue': 'HAM'
    };
    api.Exhibitions.search(criteria)
        .then(data => console.log(data.info));
1.0.3

12 months ago

1.0.0

1 year ago