icdigital
v1.0.0
Published
This NPM package contains custom APIs for Iowa City Digital applications.
Readme
Iowa City Digital NPM Package
This NPM package contains custom APIs for Iowa City Digital applications.
Building
To build the package, run the following command:
npm run buildUsage
To use this package in your project, you first need to install it:
npm install icdigitalThen, you can import the functions from the package like this:
import { myFunction } from 'icdigital';
// Use the function
myFunction();