{"id":19774134,"url":"https://github.com/bittricky/ip-address-tracker","last_synced_at":"2026-04-04T08:37:23.692Z","repository":{"id":232242349,"uuid":"782606473","full_name":"bittricky/ip-address-tracker","owner":"bittricky","description":"Simple IP Address Tracker App","archived":false,"fork":false,"pushed_at":"2024-04-08T15:40:41.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T01:25:55.443Z","etag":null,"topics":["javascript","nextjs","react","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/bittricky.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-05T16:35:27.000Z","updated_at":"2024-12-17T00:14:31.000Z","dependencies_parsed_at":"2024-04-08T20:31:43.965Z","dependency_job_id":"7a140459-bf05-47fb-bce2-912e86fbbb89","html_url":"https://github.com/bittricky/ip-address-tracker","commit_stats":null,"previous_names":["bittricky/ip-address-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bittricky%2Fip-address-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bittricky%2Fip-address-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bittricky%2Fip-address-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bittricky%2Fip-address-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bittricky","download_url":"https://codeload.github.com/bittricky/ip-address-tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241104735,"owners_count":19910493,"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":["javascript","nextjs","react","tailwindcss","typescript"],"created_at":"2024-11-12T05:12:03.800Z","updated_at":"2025-12-30T19:12:03.158Z","avatar_url":"https://github.com/bittricky.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IP Address Tracker\n\n\u003e Simple application to get the geolocation of an IP Address\n\n### Prerequisites\n\nEnsure you have the following installed on your system\n\n- Node.js: ver. 14.x or newer\n- npm(Node Package Manager) or Yarn\n\nOnce you have these system dependencies installed, run the following to install the necessary packages.\n\n```\n$ npm install\n```\n\nor\n\n```\n$ yarn install\n```\n\n### Environment configuration\n\nThe application utilizes [geo.ipify.org](https://geo.ipify.org/) API to geolocate the location from the ip address. You will need to have an API key from the service to make successful request.\n\nOnce you have acquired an API key for geo.ipify.org add a `.env` file to the root of the project directory.\n\n```\nIPIFY_API_KEY=\u003cIPIFY_API_KEY\u003e\n```\n\n### Development\n\nRun the development server:\n\n```\n$ npm run dev\n```\n\nor\n\n```\n$ yarn dev\n```\n\nThis will start the server on [port 3000](https://localhost:3000). Open this url in your browser to view the application.\n\n### Production\n\nTo create a production build of the application:\n\n```\n$ npm run build\n```\n\nor\n\n```\n$ yarn build\n```\n\nAfter the build completes, you can start the production server by running:\n\n```\n$ npm start\n```\n\nor\n\n```\n$ yarn start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbittricky%2Fip-address-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbittricky%2Fip-address-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbittricky%2Fip-address-tracker/lists"}