LibertyDSNP / activity-content

A library for creating DSNP Activity Content compatible data structures
Apache License 2.0
2 stars 0 forks source link

Activity Content

Latest Release

Actions Status

Quick Start

Install the package

Install the Activity Content package with the following command: npm install @dsnp/activity-content

Usage

Once the Activity Content package is installed, you can access the functions like in the given example

const activityContent = require("@dsnp/activity-content")
const hashTag = activityContent.factories.createHashTag("Earth")

Documentation

How to Build

Run npm run build

How to Compile Documentation

Testing

To run tests, run npm run test