Skip to content

CodeBooster97/aflr_npm

 
 

Repository files navigation

npm

Aflorithmic Javascript SDK

Documentation

Installation

yarn add aflr or npm install --save aflr

Import and Usage

It can be used by a singular import or modular imports.

import Aflr from "aflr";

Aflr.configure(...);

Aflr.Script.list();
import Aflr, { Script, Voice, Speech } from "aflr";

Aflr.configure(...);

Script.list();

A detailed documentation can be found on docs.api.audio

Development notes

How to push a new version

npm version <version_type>

version_type can be: major, minor or patch

then

npm publish

Running tests

To be able to run the tests, create a .env file and put a valid API_KEY parameter in it. Also see test-config.ts file.

About

Aflorithmic Javascript SDK

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.4%
  • JavaScript 4.6%