{"id":26784345,"url":"https://github.com/devseeder/places","last_synced_at":"2026-04-09T11:40:06.071Z","repository":{"id":37057427,"uuid":"493047470","full_name":"DevSeeder/places","owner":"DevSeeder","description":"API Service with NestJS, Puppeteer, MongoDB, RabbitMQ to get places by local names","archived":false,"fork":false,"pushed_at":"2022-09-08T16:44:51.000Z","size":1795,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-10-08T01:27:40.152Z","etag":null,"topics":["api","cities","countries","mongodb","neighborhoods","nestjs","nodejs","places","puppeteer","states","typescript"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/DevSeeder.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.MD","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":"2022-05-17T00:59:08.000Z","updated_at":"2022-08-27T11:11:06.000Z","dependencies_parsed_at":"2022-07-09T13:47:53.358Z","dependency_job_id":null,"html_url":"https://github.com/DevSeeder/places","commit_stats":null,"previous_names":[],"tags_count":8,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSeeder%2Fplaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSeeder%2Fplaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSeeder%2Fplaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSeeder%2Fplaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevSeeder","download_url":"https://codeload.github.com/DevSeeder/places/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246168250,"owners_count":20734424,"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":["api","cities","countries","mongodb","neighborhoods","nestjs","nodejs","places","puppeteer","states","typescript"],"created_at":"2025-03-29T10:19:37.189Z","updated_at":"2025-12-30T23:18:46.447Z","avatar_url":"https://github.com/DevSeeder.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://nestjs.com/\" target=\"blank\"\u003e\u003cimg src=\"https://nestjs.com/img/logo_text.svg\" width=\"320\" alt=\"Nest Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456\n[circleci-url]: https://circleci.com/gh/nestjs/nest\n[url-prod]: http://places.devseeder.com/api\n\n  \u003cp align=\"center\"\u003eThis project use \u003ca href=\"https://github.com/nestjs/nest\" target=\"_blank\"\u003eNestJS\u003c/a\u003e, a progressive \u003ca href=\"http://nodejs.org\" target=\"_blank\"\u003eNode.js\u003c/a\u003e framework for building efficient and scalable server-side applications.\u003c/p\u003e\n\n## Technologies\n\n\u003cul\u003e\n  \u003cli\u003eNestJS\u003c/li\u003e\n  \u003cli\u003eNodeJS\u003c/li\u003e\n  \u003cli\u003ePuppeteer\u003c/li\u003e\n  \u003cli\u003eMongoDB\u003c/li\u003e\n  \u003cli\u003eRabbitMQ\u003c/li\u003e\n  \u003cli\u003eJWT Auth\u003c/li\u003e\n\u003c/ul\u003e\n\n## Description\n\nAPI to get Places by Local Names.\n\n- Neighborhoods\n- Cities\n- States\n- Regions\n- Countries\n\n## Installation\n\n```bash\n$ npm install\n```\n\n## Running the app\n\n```bash\n# development\n$ npm run start\n\n# watch mode\n$ npm run start:dev\n\n# production mode\n$ npm run start:prod\n```\n\n## Test\n\n```bash\n# unit tests\n$ npm run test\n\n# e2e tests\n$ npm run test:e2e\n\n# test coverage\n$ npm run test:cov\n```\n\n\u003c!-- ## Support\n\nNest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).\n\n## Stay in touch\n\n- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)\n- Website - [https://nestjs.com](https://nestjs.com/)\n- Twitter - [@nestframework](https://twitter.com/nestframework)\n\n## License\n\nNest is [MIT licensed](LICENSE). --\u003e\n\n## Contact\n\nmaicksantos05@hotmail.com\n\n## Example\n\nAfter run the server, make a get in browser, postman or similar\n\n```bash\n## Neighborhoods By City example\nhttp://places.devseeder.com/api/neighborhoods/city/brazil/sc/orleans\n## Neighborhoods By State example\nhttp://places.devseeder.com/api/neighborhoods/state/brazil/sc\n## Cities By State example\nhttp://places.devseeder.com/api/cities/state/brazil/sc\n## Cities By Country example\nhttp://places.devseeder.com/api/cities/country/brazil\n## States By Country example\nhttp://places.devseeder.com/api/states/country/brazil\n## Countries example\nhttp://places.devseeder.com/api/countries/\n```\n\n[Swagger](https://app.swaggerhub.com/apis/dev-seeder/Places/)\n\nAt the moment, it's working only for Brazilians Neighborhoods.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevseeder%2Fplaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevseeder%2Fplaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevseeder%2Fplaces/lists"}