{"id":23790118,"url":"https://github.com/gtcore902/myip-frontend","last_synced_at":"2026-05-09T07:01:39.082Z","repository":{"id":229208781,"uuid":"776135465","full_name":"gtcore902/myIP-frontend","owner":"gtcore902","description":"This React application fetches IP and geolocation data with backend and displays it to the user along with a map","archived":false,"fork":false,"pushed_at":"2026-04-05T06:50:00.000Z","size":4376,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-05T08:25:21.062Z","etag":null,"topics":["api-rest","ipinfo","leafletjs","nodejs","openstreetmap-api","reactjs","scss"],"latest_commit_sha":null,"homepage":"https://myip.gaetantremois.fr/","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/gtcore902.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-22T18:49:18.000Z","updated_at":"2026-04-05T06:49:57.000Z","dependencies_parsed_at":"2024-05-05T20:23:58.444Z","dependency_job_id":"1984c0e9-65b1-409d-b7f1-c963dfcfd95a","html_url":"https://github.com/gtcore902/myIP-frontend","commit_stats":null,"previous_names":["gtcore902/myip-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gtcore902/myIP-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtcore902%2FmyIP-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtcore902%2FmyIP-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtcore902%2FmyIP-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtcore902%2FmyIP-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gtcore902","download_url":"https://codeload.github.com/gtcore902/myIP-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtcore902%2FmyIP-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32810381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-rest","ipinfo","leafletjs","nodejs","openstreetmap-api","reactjs","scss"],"created_at":"2025-01-01T17:18:34.923Z","updated_at":"2026-05-09T07:01:39.064Z","avatar_url":"https://github.com/gtcore902.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React and Nodejs IP Geolocation App\n\nThis React application fetches IP and geolocation data and displays it to the user along with a map.\nThe backend is built with Node.js and is available at this [repo](https://github.com/gtcore902/myIP-backend).\nFollow the instructions to start the server.\n\n## Getting Started\n\nTo get a copy of this project up and running on your local machine, follow these steps:\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/gtcore902/myIP-frontend.git\n```\n\n2. Install dependencies:\n\n```bash\nnpm install or yarn\n```\n\n3. Start the development server:\n\n```bash\nnpm start or yarn start\n```\n\n4. Don't forget to install this [repo](https://github.com/gtcore902/myIP-backend) and launch the backend server.\n\n5. Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n## Features\n\n- Displays IP address, city, country, latitude, longitude, and region information.\n- Shows a map based on the latitude and longitude information.\n- Utilizes React hooks for state management.\n- Fetches data from various APIs including geolocation, IP lookup.\n\n## Built With\n\n- [React](https://reactjs.org/) - A JavaScript library for building user interfaces.\n- [SCSS](https://sass-lang.com/) - CSS preprocessor.\n- [NodeJS](https://nodejs.org/en) - JavaScript runtime platform.\n- [ipinfo.io](https://ipinfo.io) - Geolocation API for fetching location data based on IP address.\n- [OpenStreetMap](https://openstreetmap.org/) - Collaborative, open-source mapping platform created by a global community of volunteers.\n- [React Leaflet](https://react-leaflet.js.org/) - React components for Leaflet maps\n- [Backend with NodeJS](https://getip.gaetantremois.fr) - Returns an object with the ip address\n\n## Contributing\n\nYou're welcome :sunglasses:\n\nIf you wish to use or contribute to the project, follow these steps:point_down::\n\n- Fork the project\n- Replace in IP_INFO_API_KEY_EXAMPLE.js file the key with you own key:\n  \u003e `const IP_INFO_API_KEY = 'YOUR_IP_INFO_API_KEY'` \u003e`export default IP_INFO_API_KEY`\n- Rename IP_INFO_API_KEY_EXAMPLE.js in IP_INFO_API_KEY.js\n- Create a feature branch\n  \u003e git checkout -b feature/NewFeature\n- Commit your changes\n  \u003e git commit -m 'Add NewFeature'\n- Push the branch\n  \u003e git push origin feature/AmazingFeature\n- Open a pull Request\n\n_[How to use Git?](https://docs.github.com/fr/get-started/using-git/about-git)_\n\n## Contact\n\n[![linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://linkedin.com/in/ga%C3%ABtan-tremois-a956a91a3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtcore902%2Fmyip-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgtcore902%2Fmyip-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtcore902%2Fmyip-frontend/lists"}