lms-inspector

1.2.2 • Public • Published

Build Status npm

lms-inspector

A library for extracting metadata from an LMS archive.

Example: https://github.com/calebissharp/lms-inspector-example

Getting Started

Clone this repository

git clone https://github.com/calebissharp/lms-inspector.git

Install dependencies

yarn

Watch for changes and build

yarn dev

Build

yarn build

Run tests

yarn test

Run tests in watch mode

yarn test:watch

Usage

npm install lms-inspector

const LMSInspector = require('lms-inspector');
 
const file = new File(['hello world'], 'file.zip');
 
LMSInspector.inspect(file)
  .then(info => { /* Do stuff */ });

Package Sidebar

Install

npm i lms-inspector

Weekly Downloads

2

Version

1.2.2

License

MIT

Unpacked Size

557 kB

Total Files

21

Last publish

Collaborators

  • calebissharp