README
WillowJS - A NodeJS Library
Setup
# Installing dependencies
yarn install
# Building
yarn build
# Testing
yarn test
# or to watch for changes:
yarn test:watch
An API wrapper for the Willow API
<script type="module">
import bonnierPublicationsWillowJs from 'https://cdn.skypack.dev/@bonnier-publications/willow-js';
</script>
# Installing dependencies
yarn install
# Building
yarn build
# Testing
yarn test
# or to watch for changes:
yarn test:watch