{"id":15764363,"url":"https://github.com/praneshr/project-names","last_synced_at":"2025-03-31T10:20:14.536Z","repository":{"id":79807017,"uuid":"87520478","full_name":"praneshr/project-names","owner":"praneshr","description":"Random project names generator as a micro service. ","archived":false,"fork":false,"pushed_at":"2017-04-10T10:43:51.000Z","size":285,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-11T12:08:05.166Z","etag":null,"topics":["generator","microservice","name-generator","rest-api"],"latest_commit_sha":null,"homepage":"https://project-names.herokuapp.com/names","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/praneshr.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-07T07:57:54.000Z","updated_at":"2023-02-02T06:09:42.000Z","dependencies_parsed_at":"2023-03-11T06:45:44.929Z","dependency_job_id":null,"html_url":"https://github.com/praneshr/project-names","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"fbfa773335a751df73ec289447584c7c81ec7967"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praneshr%2Fproject-names","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praneshr%2Fproject-names/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praneshr%2Fproject-names/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praneshr%2Fproject-names/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/praneshr","download_url":"https://codeload.github.com/praneshr/project-names/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246450478,"owners_count":20779421,"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":["generator","microservice","name-generator","rest-api"],"created_at":"2024-10-04T12:02:48.228Z","updated_at":"2025-03-31T10:20:14.514Z","avatar_url":"https://github.com/praneshr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Names\n[![Build Status](https://travis-ci.org/praneshr/project-names.svg?branch=master)](https://travis-ci.org/praneshr/project-names)\n\nA random project name generator as a micro service. Can be used to generate names for **folders, files, passwords, project name and etc.**\n\n## Available Endpoints\n\n### Base URL\nCurrently the app is hosted in Heroku at **https://project-names.herokuapp.com**\n\n### ```GET /names```\n\nReturns a random name. This covers most of the use-cases.\n\n#### Available Options:\n**words: number (default: 2)**\n\n  Number of words in the string excluding the number.\n\n**numbered: boolean (default: true)**\n\n  Adds a random number to the end of the name.\n\n**separator: boolean (default: '-')**\n\n  Adds a custom separator between words.\n\n#### Example\n```\n  /names?words=4\u0026numbered=false\u0026separator=|\n```\n\n\n### ```GET /names/raw```\n\nReturns a array with random words. Same as `/names`, without the separator.\n\n#### Available Options:\n\nSame as ```GET /names```\n\n#### Example\n```\n  /names/raw?words=3\n```\n\n### ```GET /names/list```\nReturns a list of names.\n\n#### Available Options:\n**words: number (default: 2)**\n\n  Number of words in the string excluding the number.\n\n**numbered: boolean (default: true)**\n\n  Adds a random number to the end of the name.\n\n**separator: boolean (default: '-')**\n\n  Adds a custom separator between words.\n\n**limit: number - Required**\n\n  Number of names expected\n\n#### Example\n```\n  /names?limit=20\u0026words=4\u0026numbered=false\u0026separator=|\n```\n\n### ```GET /names/list/raw```\nReturns a list of list of random words. Similar to `GET /names/raw`\n\n#### Available Options:\n\nSame as ```GET /names/list```\n\n#### Example\n```\n  /names/list/raw?limit=5\u0026words=6\n```\n\n## License\n\nMIT,\n\nCopyright 2017 Pranesh Ravi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraneshr%2Fproject-names","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraneshr%2Fproject-names","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraneshr%2Fproject-names/lists"}