npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

gtransit

v1.1.3

Published

A CLI tool that translates your words in your terminal via Google translator. It gives you the abilly to speak your output loud.

Downloads

4

Readme

Google Translator in your terminal

This is a simple Node CLI translator via Google translate that uses Async/Await in Node 7 and a fallback to Promise in Node < 7. It is able to say your translation based on your operating system text-to-speech default.

Installation

npm install --global gtransit

Test

npm test

Fun Test

npm run fun

Commands

    Usage: gtransit [options] [command]


  Commands:

    translate|t [options] <yourText>  just type yout "phrase" or word
    list|l                            List all available languages
    search|s <language>               Search for shortcode of languages

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

  Default:

    Source Language is English
    Target Language is Espanish

  Usage:

    $ gtransit t "Hello world" -s en -t fr
    $ gtransit t Hello -t ar
    $ gtransit l
    $ gtransit s czech
    $ gtransit s "Haitian Creole"

  Command: translate|t [options] <yourText>
  Options:

    -h, --help                output usage information
    -s --source [sourceLang]  This is original lang
    -t --target [targetLang]  This is target lang
    --say  This will say your translation. 

gTransIt

OS X Notes

Feminine Voices

Agnes, Kathy, Princess, Vicki, Victoria

Masculine Voices

Albert, Alex, Bruce, Fred, Junior, Ralph

Miscellaneous Voices

Bad News, Bahh, Bells, Boing, Bubbles, Cellos, Deranged, Good News, Hysterical, Pipe Organ, Trinoids, Whisper, Zarvox

Windows Notes

Voice parameter is not yet available. Uses whatever default system voice is set, ignoring voice parameter. Speed parameter is not yet available.

The export method is not available.

Linux Notes

Linux support involves the use of Festival, which uses decidedly less friendly names for its voices. Voices for Festival sometimes need to be installed separately - you can check which voices are available by starting up Festival in interactive mode, typing (voice_, and pressing TAB. Then take the name of the voice you'd like to try, minus the parentheses, and pass it in to say.js.

The export method is not yet available.

Try the following command to install Festival as well as a default voice:

sudo apt-get install festival festvox-kallpc16k

Requirements

  • Mac OS X (comes with say)
  • Linux with Festival installed
  • Windows (comes with SAPI.SpVoice)

Bug

Please open your issue HERE

Contribution

Feel free to fork this project and make that better.

Disclaimer

Please do not use this package in production or for heavy usage.