Skip to content

pietrop/aws-to-dpe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS To DPE

Abstracted from parts of @bbc/react-transcript-editor this module provides a way to convert from AWS STT To DPE format.

Setup

Fork this repository + git clone + cd into folder + npm install

Usage

on npm aws-to-dpe

npm install aws-to-dpe
const awsToDpe = require('aws-to-dpe');
const awsTranscript = require('../sample/WSJ8623212922.mp3.json');

const res = awsToDpe(awsTranscript);
// do something with dpe json 

see src/example-usage.js for more.

Development env

Node version is set in node version manager .nvmrc

Build

NA

Tests

Deployment

To publish to npm

npm run publish:public

About

AWS to DPE (digital paper Edit)adapter extracted from/and recombined @bbc/react-transcript-editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors