UNPKG

text-to-mp3

Version:

This is a Simple script to generate MP3 from text, using public Google Translate API, so it have the limits of public usage

26 lines (25 loc) 490 B
{ "name": "text-to-mp3", "version": "1.0.4", "author": "Enrico Aleandri <aleandrienrico@gmail.com>", "license": "MIT", "main": "index.js", "scripts": { "test": "node textToMp3.js -t \"Ciao Mondo\" -f text.mp3" }, "repository": { "type": "git", "url": "https://github.com/enricoaleandri/text-to-mp3" }, "keywords": [ "translate", "mp3", "speach", "text", "text-to-mp3", "google" ], "dependencies": { "request": "^2.81.0" } }