@bonnier-publications/sitemanager-js

A JS library for communicating with SiteManager

Usage no npm install needed!

<script type="module">
  import bonnierPublicationsSitemanagerJs from 'https://cdn.skypack.dev/@bonnier-publications/sitemanager-js';
</script>

README

SiteManagerJS - A NodeJS Library

Setup

# Installing dependencies
yarn install

# Building
yarn build

# Testing
yarn test
# or to watch for changes:
yarn test:watch