{"id":27950549,"url":"https://github.com/softwave-technology/geoshock","last_synced_at":"2025-05-07T16:14:50.358Z","repository":{"id":289681810,"uuid":"972067010","full_name":"Softwave-Technology/GeoShock","owner":"Softwave-Technology","description":"A mobile application that aims to be aware of earthquakes near.","archived":false,"fork":false,"pushed_at":"2025-04-28T19:23:05.000Z","size":1889,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-07T16:14:45.983Z","etag":null,"topics":["expo-location","expo-router","react-native","react-native-maps","rest-api","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Softwave-Technology.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,"zenodo":null}},"created_at":"2025-04-24T13:38:58.000Z","updated_at":"2025-04-28T19:23:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"934d0739-4ea7-4d9d-b965-4eb9d081d077","html_url":"https://github.com/Softwave-Technology/GeoShock","commit_stats":null,"previous_names":["fast1-labs/geoshock","softwave-technologies/geoshock","softwave-technology/geoshock"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softwave-Technology%2FGeoShock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softwave-Technology%2FGeoShock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softwave-Technology%2FGeoShock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softwave-Technology%2FGeoShock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Softwave-Technology","download_url":"https://codeload.github.com/Softwave-Technology/GeoShock/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252912997,"owners_count":21824066,"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":["expo-location","expo-router","react-native","react-native-maps","rest-api","tailwindcss"],"created_at":"2025-05-07T16:14:49.299Z","updated_at":"2025-05-07T16:14:50.343Z","avatar_url":"https://github.com/Softwave-Technology.png","language":"TypeScript","readme":"# GeoShock 🌎⚡\n\nGeoShock is a mobile application that displays recent earthquake information around the user's location, providing visual data on a map along with safety guidelines and updates. It helps users stay informed about seismic activities near them.\n\n## Features\n- 📍 Real-time location tracking.\n- 🌍 Latest earthquake data visualization on a map.\n- 🗺️ Markers and radius circles to indicate earthquake areas.\n- 🧠 Comprehensive earthquake safety guidelines.\n- 🚀 Smooth onboarding experience with swipable introduction screens.\n- 📱 Responsive, minimalistic and modern UI.\n- ⚙️ Built for both Android and iOS platforms.\n\n## Screenshots\n\u003c!-- Add screenshots here when available --\u003e\n\u003cp\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/6bcb0da7-8c6c-45e4-b15f-0a94a1a56fe3\" alt=\"Screenshot 1\" width=\"200\" /\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/b00a8593-166c-405d-a9eb-5c7c932f7863\" alt=\"Screenshot 2\" width=\"200\" /\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/82e211bf-0733-4d29-be68-c00e774f7a9a\" alt=\"Screenshot 3\" width=\"200\" /\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/20152a95-d8ed-4a4b-b652-145af6fda7f5\" alt=\"Screenshot 4\" width=\"200\" /\u003e\n\u003c/p\u003e\n\n## Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/fast1-labs/geoshock.git\n\n# Navigate into the project directory\ncd geoshock\n\n# Install dependencies\nnpm install\n# or\nyarn install\n\n# Run the app\nnpm start\n# or\nyarn start\n\n```\n\n## Usage\n1. Open the app.\n2. Grant location permissions.\n3. View recent earthquakes around your location on the map.\n4. Read important earthquake safety tips from the guide section.\n5. Stay updated and prepared!\n\n## Technologies Used\n- **React Native** (with Expo)\n- **TypeScript**\n- **Tailwind CSS** (NativeWind for styling)\n- **react-native-maps** for MapView and markers\n- **react-native-swiper** for onboarding pages\n- **External APIs** (for real-time earthquake data fetching)\n\n## Project Structure\n```bash\n├── assets/\n│   └── data/               # App images, onboarding illustrations\n├── components/             # Reusable UI components\n├── app/                    # Screen files like Home, About, Onboarding\n├── utils/                  # Utility functions (fetchEarthquake, getLocation)\n├── types/                  # TypeScript types and interfaces\n\n```\n\n## Contributing\n\nWe welcome contributions!  \nFeel free to open issues for suggestions or bug reports.\n\nTo contribute:\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/YourFeature`).\n3. Commit your changes (`git commit -m 'Add SomeFeature'`).\n4. Push to the branch (`git push origin feature/YourFeature`).\n5. Open a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\n- Developer: **Anıl Yavaş**\n- Email: **anil.yavas99@gmail.com**\n- Project Repository: [GeoShock GitHub](https://github.com/fast1-labs/geoshock)\n\n---\n\n**Stay safe, stay informed with GeoShock!** 🌍⚡\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftwave-technology%2Fgeoshock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftwave-technology%2Fgeoshock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftwave-technology%2Fgeoshock/lists"}