Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bifot/transcription-words

Easy and crystal-clear API for transcription words.
https://github.com/bifot/transcription-words

Last synced: 13 days ago
JSON representation

Easy and crystal-clear API for transcription words.

Awesome Lists containing this project

README

        

# Transcriptions words

Easy and crystal-clear API for transcription words.

## Installation

```
$ npm install transcription-words
```

## Usage

Module takes only one argument: `text`.

```javascript
const transcription = require('transcription-words');

transcription('Hello, world!').then(body => {
console.log(body); // => 'helˈəʊ wɜːld'
});
```

## License

MIT.