{"id":21546646,"url":"https://github.com/sazumivicky/web-scraping-random-name","last_synced_at":"2025-03-18T01:00:21.690Z","repository":{"id":230872265,"uuid":"780333017","full_name":"SazumiVicky/web-scraping-random-name","owner":"SazumiVicky","description":"This is a Node.js application that scrapes random names from a website and exposes an API endpoint to retrieve these names.","archived":false,"fork":false,"pushed_at":"2024-04-01T11:08:36.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T09:12:46.085Z","etag":null,"topics":["random","random-name-generators","sazumi","sazumiviki","scraper","scraping","webdriverio"],"latest_commit_sha":null,"homepage":"https://sazumi.moe","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/SazumiVicky.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}},"created_at":"2024-04-01T08:47:30.000Z","updated_at":"2024-04-01T08:49:00.000Z","dependencies_parsed_at":"2024-04-01T09:57:17.054Z","dependency_job_id":null,"html_url":"https://github.com/SazumiVicky/web-scraping-random-name","commit_stats":null,"previous_names":["sazumivicky/web-scraping-random-name"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SazumiVicky%2Fweb-scraping-random-name","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SazumiVicky%2Fweb-scraping-random-name/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SazumiVicky%2Fweb-scraping-random-name/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SazumiVicky%2Fweb-scraping-random-name/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SazumiVicky","download_url":"https://codeload.github.com/SazumiVicky/web-scraping-random-name/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244135891,"owners_count":20403797,"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":["random","random-name-generators","sazumi","sazumiviki","scraper","scraping","webdriverio"],"created_at":"2024-11-24T06:12:55.039Z","updated_at":"2025-03-18T01:00:21.661Z","avatar_url":"https://github.com/SazumiVicky.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Scraping Random Name\n\n\u003cp\u003eThis is a Node.js application that scrapes random names from a website and exposes an API endpoint to retrieve these names.\u003c/p\u003e\n\n## Installation\n\n1. \u003cp\u003eClone the repository:\u003c/p\u003e\n\n```bash\ngit clone https://github.com/SazumiVicky/web-scraping-random-name.git\n```\n1. \u003cp\u003eNavigate to the project directory:\u003c/p\u003e\n\n```bash\ncd web-scraping-random-name\n```\n2. \u003cp\u003eInstall dependencies:\u003c/p\u003e\n\n```bash\nnpm install\n```\n\u003ch4\u003eUsage\u003c/h4\u003e\n\u003cp\u003eStart the server\u003c/p\u003e\n\n```bash\nnode index.js\n```\n2. \u003cp\u003eOnce the server is running, you can access the random names by making a GET request to:\u003c/p\u003e\n```bash\nhttp://localhost:3000/get/names/random\n```\n3. \u003cp\u003eExample using cURL:\u003c/p\u003e\n```bash\ncurl http://localhost:3000/get/names/random\n```\n\u003ch4\u003eExample response:\u003c/h4\u003e\n\n```json\n[\n  {\n    \"name_1\": {\n      \"First Name\": \"Clara\",\n      \"Last Name\": \"Middleton\"\n    }\n  },\n  {\n    \"name_2\": {\n      \"First Name\": \"Phillip\",\n      \"Last Name\": \"Gutierrez\"\n    }\n  },\n  ...\n]\n\n```\n\u003ch4\u003eDependencies\u003c/h4\u003e\n\n- [express - Web framework for Node.js](https://www.npmjs.com/package/express)\n- [webdriverio - Library for browser automation](https://www.npmjs.com/package/webdriverio)\n- [cheerio - Implementation of jQuery for the server-side](https://www.npmjs.com/package/cheerio)\n\n\u003ch4\u003eContributing\u003c/h4\u003e\n\u003cp\u003eContributions are welcome! Feel free to open an issue or submit a pull request.\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsazumivicky%2Fweb-scraping-random-name","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsazumivicky%2Fweb-scraping-random-name","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsazumivicky%2Fweb-scraping-random-name/lists"}