{"id":15323676,"url":"https://github.com/mvrilo/urban","last_synced_at":"2025-09-13T12:27:56.341Z","repository":{"id":1814626,"uuid":"2738805","full_name":"mvrilo/urban","owner":"mvrilo","description":"Command line tool and API for the Urban Dictionary","archived":false,"fork":false,"pushed_at":"2021-08-24T12:56:46.000Z","size":458,"stargazers_count":135,"open_issues_count":1,"forks_count":20,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-02T06:57:28.619Z","etag":null,"topics":["command-line","javascript","nodejs","urban","urban-dictionary"],"latest_commit_sha":null,"homepage":"https://mvrilo.github.io/urban/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mozilla/persona","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvrilo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-09T02:06:51.000Z","updated_at":"2025-02-26T15:10:05.000Z","dependencies_parsed_at":"2022-08-24T14:06:32.270Z","dependency_job_id":null,"html_url":"https://github.com/mvrilo/urban","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvrilo%2Furban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvrilo%2Furban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvrilo%2Furban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvrilo%2Furban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvrilo","download_url":"https://codeload.github.com/mvrilo/urban/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248045245,"owners_count":21038554,"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":["command-line","javascript","nodejs","urban","urban-dictionary"],"created_at":"2024-10-01T09:20:59.299Z","updated_at":"2025-04-09T13:09:56.833Z","avatar_url":"https://github.com/mvrilo.png","language":"JavaScript","readme":"# urban\n\nThe [Urban Dictionary](https://www.urbandictionary.com/) program and library for [node.js](https://nodejs.org/). The API is official, but undocumented.\n\n### installation\n\n    $ npm install -g urban # bin\n    $ npm install urban # lib\n\n### examples\n\n#### bin\n    $ urban facepalm\n    $ urban -r // random mode\n\n#### lib\n    var urban = require('urban'),\n        trollface = urban('trollface');\n\n    trollface.first(function(json) {\n        console.log(json);\n    });\n    \n    \n    // Random mode\n    var urban = require('urban');\n    \n    urban.random().first(function(json) {\n        console.log(json);\n    });\n    \n\n### license\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvrilo%2Furban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvrilo%2Furban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvrilo%2Furban/lists"}