{"id":18312105,"url":"https://github.com/wrinth/node-world-address-api","last_synced_at":"2025-10-09T06:07:46.922Z","repository":{"id":67802601,"uuid":"146787542","full_name":"Wrinth/node-world-address-api","owner":"Wrinth","description":null,"archived":false,"fork":false,"pushed_at":"2018-08-30T18:07:54.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T12:14:27.314Z","etag":null,"topics":[],"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/Wrinth.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,"zenodo":null}},"created_at":"2018-08-30T18:04:19.000Z","updated_at":"2018-08-30T18:07:55.000Z","dependencies_parsed_at":"2023-05-05T21:57:08.188Z","dependency_job_id":null,"html_url":"https://github.com/Wrinth/node-world-address-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Wrinth/node-world-address-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wrinth%2Fnode-world-address-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wrinth%2Fnode-world-address-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wrinth%2Fnode-world-address-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wrinth%2Fnode-world-address-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wrinth","download_url":"https://codeload.github.com/Wrinth/node-world-address-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wrinth%2Fnode-world-address-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265049901,"owners_count":23703610,"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":[],"created_at":"2024-11-05T16:22:31.941Z","updated_at":"2025-10-09T06:07:41.899Z","avatar_url":"https://github.com/Wrinth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-world-address-api\n\nAccess to the [Google Map API](https://cloud.google.com/maps-platform/) [API](https://developers.google.com/maps/documentation/).\n\nnode-world-address-api is a RESTful API built with Node.js to obtain world address with [Google Map API](https://cloud.google.com/maps-platform/) integration\n\n\n## Installation\n\nnode-stripe-payment-api requires [Node.js](https://nodejs.org/) v6+ and [npm](https://www.npmjs.com/) installed to run.\n\nFirst, you need to create a .env file in the root directory. The file contain the public and private keys of your Google Map API:\n\n```sh\n    GOOGLE_API_KEY=YOUR_PRIVATE_KEY_HERE\n```\n\nRun the following command to download all the node dependencies:\n\n```sh\n    npm install\n```\n\nTo start the server:\n\n```sh\n    npm start\n```\n\nThe world address application will be running on port 3000\n\n\n## API calls documentation\n\nAdmin required for all routes!\n\n### Address Information\n\n- GET `/addressInfo?address=ADDRESS` - Find information of an address\n\n\t\taddress (REQUIRE): The full address\n\n\n### Auto-complete an Address\n\n- GET `/autocompleteAddress?address=ADDRESS` - Get a list of complete addresses of a given address\n\n\t\taddress (REQUIRE): Part of address\n\n\n### Obtain Address By Latitude and Longitude\n\n- GET `/getAddressByLatLng?lat=LATITUDE\u0026lng=LONGITUDE` - Get a list of complete addresses from given longitude and latitude\n\n\t\tlat (REQUIRE): The latitude of the address\n\n\t\tlng (REQUIRE): The longitude of the address\n\n### Get Nearby Information of an address\n\n- GET `/getNearbyInfo?lat=LATITUDE\u0026lng=LONGITUDE\u0026radius=RADIUS\u0026type=TYPE\u0026keyword=KEYWORDS` - List all payments\n\n\t\tlat (REQUIRE): The latitude of the address\n\n\t\tlng (REQUIRE): The longitude of the address\n\t\t\n\t\tradius (Optional): The radius from the given polint in number, defaul is 1500\n\n\t\ttype (Optional): Ex. Restaurant, Hotel, etc\n\t\t\n\t\tkeyword (Optional): Ex. Stack\n\n## TODO\n - Add authentication\n - For more, see the [issue tracker](http://github.com/Wrinth/node-world-address-api/issues).\n\n\n## Author\n\nHoyeung Lai (johnl4112@gmail.com).\n\n\nLicense\n----\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrinth%2Fnode-world-address-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrinth%2Fnode-world-address-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrinth%2Fnode-world-address-api/lists"}