{"id":26078211,"url":"https://github.com/panther-js/udcli","last_synced_at":"2025-06-15T05:32:29.333Z","repository":{"id":57384988,"uuid":"56265681","full_name":"panther-js/udcli","owner":"panther-js","description":"A nodejs urban dictionary cli.","archived":false,"fork":false,"pushed_at":"2019-03-06T23:03:38.000Z","size":129,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-11T18:38:54.808Z","etag":null,"topics":["client","urban-dictionary"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/panther-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-14T19:48:48.000Z","updated_at":"2019-03-06T23:03:40.000Z","dependencies_parsed_at":"2022-08-28T14:51:58.028Z","dependency_job_id":null,"html_url":"https://github.com/panther-js/udcli","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/panther-js/udcli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panther-js%2Fudcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panther-js%2Fudcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panther-js%2Fudcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panther-js%2Fudcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panther-js","download_url":"https://codeload.github.com/panther-js/udcli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panther-js%2Fudcli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259926928,"owners_count":22933131,"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":["client","urban-dictionary"],"created_at":"2025-03-09T03:50:20.785Z","updated_at":"2025-06-15T05:32:29.312Z","avatar_url":"https://github.com/panther-js.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# udcli \n\n[![Build Status](https://travis-ci.org/panther-js/udcli.svg?branch=master)](https://travis-ci.org/panther-js/udcli)\n[![Greenkeeper badge](https://badges.greenkeeper.io/panther-js/udcli.svg)](https://greenkeeper.io/)\n\nA nodejs urban dictionary cli.\n\n### Install\n\n```console\nnpm install udcli -g\n```\n\n#### Example\n\n```console\n$ udcli lgtm\n\nAn acronym for \"Looks Good To Me\", often used as a quick response after reviewing someone's essay, \ncode, or design document.\n```\n\n#### Full source code:\n\n```js\n#! /usr/bin/env node\n\nif (process.argv.length === 3) {\n    require('roi')\n        .get({ endpoint: `http://api.urbandictionary.com/v0/define?term=${process.argv[2]}` })\n        .then(response =\u003e console.log(JSON.parse(response.body).list[0].definition))\n        .catch(console.log);\n} else {\n    console.log('Usage: node index search_term_here');\n}\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanther-js%2Fudcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanther-js%2Fudcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanther-js%2Fudcli/lists"}