{"id":19157110,"url":"https://github.com/kinduff/googleflog-pkg","last_synced_at":"2025-08-22T23:29:38.521Z","repository":{"id":53581894,"uuid":"49308472","full_name":"kinduff/googleflog-pkg","owner":"kinduff","description":"Traductor de español al estúpido idioma estilo metroflog.","archived":false,"fork":false,"pushed_at":"2016-01-18T18:05:11.000Z","size":9,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-17T22:45:15.749Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kinduff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-09T03:02:10.000Z","updated_at":"2024-06-13T13:45:23.000Z","dependencies_parsed_at":"2022-08-31T22:11:01.322Z","dependency_job_id":null,"html_url":"https://github.com/kinduff/googleflog-pkg","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fgoogleflog-pkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fgoogleflog-pkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fgoogleflog-pkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fgoogleflog-pkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kinduff","download_url":"https://codeload.github.com/kinduff/googleflog-pkg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252839064,"owners_count":21812083,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T08:38:22.197Z","updated_at":"2025-05-07T07:47:26.617Z","avatar_url":"https://github.com/kinduff.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Googleflog\n\n```js\nvar googleflog = require('googleflog');\n\ngoogleflog.translate('Me encanta Googleflog jaja saludos');\n// ** meE eEñcAñTA G0o0oGleEfl0oG jAjA zhAlud0ozh -- \u003c3\n```\n\n## Installation\nThis repository provides a library that's distributed by `npm`.\n\n```bash\n$ npm install googleflog\n```\n\nYou can also install using `bower`.\n\n```bash\n$ bower install kinduff/googleflog-pkg\n```\n\n## Support\nThis module can be used in:\n- AMD\n- CommonJS\n- Browser\n- Node.js\n\n## Usage\nAll the code is documented, but here is a brief usage example.\n\n```js\nvar googleflog = require('googleflog');\n\n// default options\ngoogleflog.translate('Me encanta Googleflog jaja saludos', {\n  noHead: false,   // no head on result\n  noTail: false,   // no tail on result\n  noTrails: false, // just the result\n  head: '',        // custom head for result\n  tail: ''         // custom tail for result\n});\n// ** meE eEñcAñTA G0o0oGleEfl0oG jAjA zhAlud0ozh -- \u003c3\n\n// randomized custom head and tail values\ngoogleflog.headMap = ['¸„.-•~¹°”ˆ˜¨', '8\u003e'];\ngoogleflog.tailMap = ['¨˜ˆ”°¹~•-.„¸', '\u003c8'];\n\ngoogleflog.t('ola k ase'); // .t() is an alias for translate\n// ¸„.-•~¹°”ˆ˜¨ 0olA Q AzheE \u003c8\n```\n\n## Gulp tasks\nTo generate the original and minified versions for the `dist` folder.\n\n```\n$ gulp\n```\n\n## Test\nUses `mocha` and `assert` for testing. Use `npm` to run the tests.\n\n```\n$ npm test\n```\n\n## License\nSee the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinduff%2Fgoogleflog-pkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkinduff%2Fgoogleflog-pkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinduff%2Fgoogleflog-pkg/lists"}