{"id":20772249,"url":"https://github.com/ericneves/findlocationbyip","last_synced_at":"2026-04-13T04:51:23.456Z","repository":{"id":143732627,"uuid":"612262569","full_name":"EricNeves/findLocationByIP","owner":"EricNeves","description":"🌎 IP Address Tracker with Location Map. Used: Webpack, Babel, IPIFY, LeafletJS and more..","archived":false,"fork":false,"pushed_at":"2023-04-17T00:15:24.000Z","size":3384,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T07:27:02.004Z","etag":null,"topics":["babel","css","html","ipify-api","javascript","json","leafletjs","nodejs","webpack"],"latest_commit_sha":null,"homepage":"https://findlocationbyip.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EricNeves.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-03-10T14:51:35.000Z","updated_at":"2023-04-21T14:35:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"7248aa1f-699e-48f6-bf66-95f8a97831e0","html_url":"https://github.com/EricNeves/findLocationByIP","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/EricNeves%2FfindLocationByIP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FfindLocationByIP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FfindLocationByIP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FfindLocationByIP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EricNeves","download_url":"https://codeload.github.com/EricNeves/findLocationByIP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243108508,"owners_count":20237705,"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":["babel","css","html","ipify-api","javascript","json","leafletjs","nodejs","webpack"],"created_at":"2024-11-17T12:19:53.554Z","updated_at":"2026-04-13T04:51:18.410Z","avatar_url":"https://github.com/EricNeves.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://findlocationbyip.netlify.app/images/favicon.png\"\u003e\n\n#### Find location by IP \n\n\u003cimg src=\"https://img.shields.io/github/license/ericneves/findLocationByIP?color=blue\u0026label=license\u0026logo=appveyor\u0026logoColor=white\u0026style=flat-square\"\u003e \u003cimg src=\"https://img.shields.io/github/last-commit/ericneves/findLocationByIP?color=blue\u0026logo=appveyor\u0026logoColor=white\u0026style=flat-square\"\u003e\n\n\u003cp\u003eProjeto web desenvolvido com objetivo de localizar coordenadas pelo endereço IP. Foram implementadas e utilizadas duas APIs (\u003ca href=\"https://leafletjs.com/\"\u003eLeafletJS\u003c/a\u003e, \u003ca href=\"https://www.ipify.org/\"\u003eIPIFY API\u003c/a\u003e), para pegar a posição (\u003cb\u003eLatitude e Longitude\u003c/b\u003e) e renderizar no mapa. Além do mais, foram inseridas ferramentas como Webpack, Babel, Dotenv e entre outras.\u003c/p\u003e\n\n\u003cp\u003eO site foi criado baseado em parte de um projeto proposto na plataforma \u003ca href=\"https://www.frontendmentor.io/challenges/ip-address-tracker-I8-0yYAH0\"\u003e\u003cb\u003eFrontend Mentor\u003c/b\u003e\u003c/a\u003e.\u003c/p\u003e\n\n\u003cimg src=\".github/screenshot.png\"\u003e\n\n#### Observações ❗️\n\n\u003cp\u003ePara que o website seja executado em sua máquina, será preciso fazer um cadastro em \u003ca href=\"https://www.ipify.org/\"\u003eIPIFY API\u003c/a\u003e e copiar a chave de acesso (\u003cb\u003eApiKey\u003c/b\u003e) para posteriormente ser utilizada na aplicação.\u003c/p\u003e\n\n\u003cp\u003ePartindo deste ponto, edite o arquivo \u003cb\u003e.env.example\u003c/b\u003e para \u003cb\u003e.env\u003c/b\u003e e cole a chave de acesso em KEY_IPIFY_API. Feito isso, o sistema funcionará perfeitamente.\u003c/p\u003e\n\n#### Executando ⚙️\n\n```sh\n# Website: https://findlocationbyip.netlify.app/\n\n# Clone\n$ git clone https://github.com/EricNeves/findLocationByIP.git\n\n# Install Dependencies\n$ cd findLocationByIP \u0026\u0026 npm install\n\n# Execute\n$ npm start\n# Run mode development \n$ npm run dev\n# Build\n$ npm run build\n```\n\n#### Ferramentas 🛠\n\n   * HTML5\n   * CSS3\n   * Javascript\n     * Fetch [\u003ca href=\"https://leafletjs.com/\"\u003eLeafletJS\u003c/a\u003e, \u003ca href=\"https://www.ipify.org/\"\u003eIPIFY API\u003c/a\u003e]\n   * NodeJS\n     * Express\n     * Webpack\n     * Babel\n\n#### License 📝\n\n\u003cimg src=\"https://img.shields.io/github/license/ericneves/advicegenerateapp?color=critical\u0026logo=appveyor\u0026style=flat-square\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericneves%2Ffindlocationbyip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericneves%2Ffindlocationbyip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericneves%2Ffindlocationbyip/lists"}