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

23 lines (22 loc) 402 B
{ "name": "text-to-mp3", "description": "", "version": "1.0.3", "main": "index.js", "authors": [ "Enrico Aleandri <aleandrienrico@gmail.com>" ], "license": "MIT", "keywords": [ "translate", "mp3", "speach", "text", "text-to-mp3", "google" ], "homepage": "https://github.com/enricoaleandri/text-to-mp3", "dependencies": { "request": "^2.81.0" } }