Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bifot/transcription-words
- Owner: bifot
- License: mit
- Created: 2017-04-05T14:40:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T13:48:36.000Z (almost 8 years ago)
- Last Synced: 2024-12-23T00:04:05.883Z (17 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.