{"id":21051583,"url":"https://github.com/pskinnertech/guardian-site","last_synced_at":"2026-04-22T08:31:08.765Z","repository":{"id":232990659,"uuid":"625080431","full_name":"PSkinnerTech/guardian-site","owner":"PSkinnerTech","description":"Guardian: Decentralized Air Quality and Seismic Activity Monitoring - Website Repo 🌎🔍","archived":false,"fork":false,"pushed_at":"2023-04-13T10:47:54.000Z","size":11838,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T23:25:48.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://guardian-site.vercel.app","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/PSkinnerTech.png","metadata":{"files":{"readme":"README-DOCUMENTATION.txt","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":"2023-04-08T02:36:53.000Z","updated_at":"2023-04-08T12:00:48.000Z","dependencies_parsed_at":"2024-04-12T22:05:02.567Z","dependency_job_id":null,"html_url":"https://github.com/PSkinnerTech/guardian-site","commit_stats":null,"previous_names":["pskinnertech/guardian-site"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PSkinnerTech/guardian-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSkinnerTech%2Fguardian-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSkinnerTech%2Fguardian-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSkinnerTech%2Fguardian-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSkinnerTech%2Fguardian-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PSkinnerTech","download_url":"https://codeload.github.com/PSkinnerTech/guardian-site/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSkinnerTech%2Fguardian-site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32127778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T07:37:52.372Z","status":"ssl_error","status_checked_at":"2026-04-22T07:37:51.635Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-19T15:58:24.970Z","updated_at":"2026-04-22T08:31:08.743Z","avatar_url":"https://github.com/PSkinnerTech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Guardian: Decentralized Air Quality Monitoring and Seismic Activity Detection System**\n\nGuardian is an innovative, decentralized system designed to monitor air quality and detect seismic activity. Our mission is to improve early warning systems and provide communities with accurate, real-time data to protect public health and the environment.\n\n## **Table of Contents**\n\n* [**Getting Started**](https://chat.openai.com/chat/db5388b7-f556-4d2d-91e3-614b9857e6c4#getting-started)\n    \n* [**Installation**](https://chat.openai.com/chat/db5388b7-f556-4d2d-91e3-614b9857e6c4#installation)\n    \n* [**Usage**](https://chat.openai.com/chat/db5388b7-f556-4d2d-91e3-614b9857e6c4#usage)\n    \n* [**Contributing**](https://chat.openai.com/chat/db5388b7-f556-4d2d-91e3-614b9857e6c4#contributing)\n    \n* [**License**](https://chat.openai.com/chat/db5388b7-f556-4d2d-91e3-614b9857e6c4#license)\n    \n* [**Team Members**](https://chat.openai.com/chat/db5388b7-f556-4d2d-91e3-614b9857e6c4#team-members)\n    \n* [**Acknowledgements**](https://chat.openai.com/chat/db5388b7-f556-4d2d-91e3-614b9857e6c4#acknowledgements)\n    \n\n## **Getting Started**\n\nThese instructions will guide you through setting up the Guardian project on your local machine for development and testing purposes. For deployment on a live system, see the deployment section.\n\n### **Prerequisites**\n\nTo run the Guardian project on your local machine, you will need to have the following tools installed:\n\n* Node.js\n    \n* npm\n    \n* Git\n    \n\n### **Installation**\n\n1. Clone the Guardian repository\n    \n\n```bash\nbashCopy codegit clone https://github.com/GuardianProject/Guardian.git\n```\n\n1. Change directory to the cloned repository\n    \n\n```bash\nbashCopy codecd Guardian\n```\n\n1. Install the required dependencies\n    \n\n```bash\nbashCopy codenpm install\n```\n\n## **Usage**\n\nTo run the Guardian project on your local machine, execute the following command:\n\n```bash\nbashCopy codenpm start\n```\n\nThis command will start the development server, and you can access the website by opening a web browser and navigating to [`http://localhost:3000`](http://localhost:3000).\n\n## **Contributing**\n\nWe welcome contributions to the Guardian project! To contribute, please follow these steps:\n\n1. Fork the repository\n    \n2. Create a new branch (`git checkout -b feature/YourFeature`)\n    \n3. Commit your changes (`git commit -m 'Add YourFeature'`)\n    \n4. Push to the branch (`git push origin feature/YourFeature`)\n    \n5. Open a Pull Request\n    \n\n## **License**\n\nThis project is licensed under the MIT License - see the [**LICENSE**](https://chat.openai.com/chat/LICENSE) file for details.\n\n## **Team Members**\n\n* Patrick Skinner - Co-founder, Full Stack Engineer\n    \n* Tony Kipkemboi - Co-founder, Software Engineer \u0026 Developer Relations\n    \n\n## **Acknowledgements**\n\nWe would like to express our gratitude to the following individuals and organizations for their support and contributions to the development of the Guardian project:\n\n* Our friends and family for their encouragement and support\n    \n* Open source projects and libraries used in Guardian\n    \n* The developer community for their valuable insights and feedback\n    \n\nFor more information about the Guardian project, please visit us at [**DEVELOPER DAO**](https://developerdao.com/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpskinnertech%2Fguardian-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpskinnertech%2Fguardian-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpskinnertech%2Fguardian-site/lists"}