{"id":26981074,"url":"https://github.com/inacior/is-my-env-alive","last_synced_at":"2025-04-03T15:20:32.448Z","repository":{"id":51035296,"uuid":"299750757","full_name":"inacior/is-my-env-alive","owner":"inacior","description":"This is a simple project that helps you to check - easily and quickly - if all your APIs or Frontends are online!","archived":false,"fork":false,"pushed_at":"2021-05-25T20:36:00.000Z","size":1492,"stargazers_count":2,"open_issues_count":2,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-14T02:04:10.391Z","etag":null,"topics":["cli","hacktoberfest","javascript","nodejs","npm"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inacior.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}},"created_at":"2020-09-29T22:19:36.000Z","updated_at":"2024-10-10T23:53:58.000Z","dependencies_parsed_at":"2022-08-26T00:14:51.636Z","dependency_job_id":null,"html_url":"https://github.com/inacior/is-my-env-alive","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inacior%2Fis-my-env-alive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inacior%2Fis-my-env-alive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inacior%2Fis-my-env-alive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inacior%2Fis-my-env-alive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inacior","download_url":"https://codeload.github.com/inacior/is-my-env-alive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247024157,"owners_count":20870940,"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":["cli","hacktoberfest","javascript","nodejs","npm"],"created_at":"2025-04-03T15:20:31.883Z","updated_at":"2025-04-03T15:20:32.441Z","avatar_url":"https://github.com/inacior.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Is my environment alive?\n======================\n\n:star: Star us on GitHub — it helps!\n\n[is-my-env-alive](https://to-do-link) is a simple project that helps you to check - easily and quickly - if all your APIs or Frontends are online!\n\n![Example](example.gif \"Example\")\n\n## Table of content\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [JSON Structure](#json-structure)\n- [License](#license)\n- [Links](#links)\n\n## Installation\n\nInstall the package\n\n```bash\nnpm i -g is-my-env-alive\n```\n\nCreate a JSOn file to define your projects\n\n```bash\ntouch projects.json\nvi projects.json\n```\n\nInsert your environments and projects\n\n```json\n{\n  \"stage\": {\n    \"products-api\": {\n      \"url\": \"https://stage.my-awesome-api/products/search?limit=1\",\n      \"status\": 200\n    },\n     \"categories-api\": {\n      \"url\": \"https://stage.my-awesome-api/categories/search?limit=1\",\n      \"status\": 200\n    }\n  },\n  \"develop\": {\n    \"products-api\": {\n      \"url\": \"https://develop.my-awesome-api/products/search?limit=1\",\n      \"status\": 200\n    },\n     \"categories-api\": {\n      \"url\": \"https://develop.my-awesome-api/categories/search?limit=1\",\n      \"status\": 200\n    }\n  }\n}\n```\n\n\n## Usage\n\n```bash\nis-my-env-alive -e stage -f projects.json\n```\n\n## JSON Structure\n\n\n`url` \\\nEndpoint that will be pointed out in the request to validate whether the API is online or not\n\n`status` \\\nExpected _url_ status to define that the API is online\n\n## License\n\nThe [is-my-env-alive](https://to-do-link)  extension is licensed under the terms of the GPL Open Source\nlicense and is available for free.\n\n## Links\n\n* [Source code](https://github.com/inacior/is-my-env-alive)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finacior%2Fis-my-env-alive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finacior%2Fis-my-env-alive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finacior%2Fis-my-env-alive/lists"}