{"id":21418597,"url":"https://github.com/dhiwise/downtimemonitorwebapp","last_synced_at":"2025-07-14T05:31:25.155Z","repository":{"id":104987631,"uuid":"516634133","full_name":"DhiWise/DowntimeMonitorWebApp","owner":"DhiWise","description":"This is a react web application.  It uses status APIs of service provider to fetch and show real time status and notify on slack channel.","archived":false,"fork":false,"pushed_at":"2022-09-07T06:44:23.000Z","size":950,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T01:35:06.743Z","etag":null,"topics":["amazon","canny","clickup","discord","figma","github","gitlab","hoppscotch","hotjar","hubspot","keka","mixpanel","postman","slack","vercel"],"latest_commit_sha":null,"homepage":"","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/DhiWise.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}},"created_at":"2022-07-22T06:19:21.000Z","updated_at":"2025-02-16T16:19:46.000Z","dependencies_parsed_at":"2023-07-22T06:14:19.923Z","dependency_job_id":null,"html_url":"https://github.com/DhiWise/DowntimeMonitorWebApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DhiWise/DowntimeMonitorWebApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FDowntimeMonitorWebApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FDowntimeMonitorWebApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FDowntimeMonitorWebApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FDowntimeMonitorWebApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DhiWise","download_url":"https://codeload.github.com/DhiWise/DowntimeMonitorWebApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhiWise%2FDowntimeMonitorWebApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265245951,"owners_count":23734108,"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":["amazon","canny","clickup","discord","figma","github","gitlab","hoppscotch","hotjar","hubspot","keka","mixpanel","postman","slack","vercel"],"created_at":"2024-11-22T19:22:47.019Z","updated_at":"2025-07-14T05:31:25.146Z","avatar_url":"https://github.com/DhiWise.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Web App For Downtime Monitor With Slack Notification\nIn daily organization routine, they may have different types of work and dependencies on other services, each service may have a different status when the situations like service downtime occur every organisation may not be able to be aware of the exact situation at a time due to which there may be some problems into their product functionality and other things.\n\nFor all different types of services have different status pages, so instead of visiting and checking each service status, it can be solved by providing all service statuses on a single page. and send notification of the dependency services which are having downtime can be automated.\n\n### Table of Contents\n- [Features](#features)\n- [Screenshots](#screenshots)\n- [Setup](#setup)\n- [Version of Technologies](#version-of-technologies)\n- [Folder Structure](#folder-structure)\n- [Installed Dependency](#installed-dependency)\n- [MIT License](#license)\n- [Community](#community)\n\n# Features\n1.  Get the list of services\n2.  Downtime notification on Slack\n\nThe Project has default configuration in constant of status API services endpoints, logos and original status page urls to redirect\n\n1. Postman\n2. Slack\n3. Amazon\n4. ClickUp\n5. Keka\n6. Canny\n7. HubSpot\n8. HotJar\n9. MixPanel\n10. HoppScotch\n11. Vercel\n12. GitHub\n13. Figma\n\n# Screenshots\n\n![Image 1](/src/assets/images/Screenshot%20from%202022-07-22%2018-27-26.png)\n![Image 2](/src/assets/images/Screenshot%20from%202022-07-22%2018-57-47.png)\n![Slack Notification](/src/assets/images/Screenshot%20from%202022-07-19%2019-03-17.png)\n\n# Setup\n\n#### 1. Clone the repository\n```sh\n$ git clone https://github.com/DhiWise/DowntimeMonitorWebApp\n$ cd DowntimeMonitorWebApp\n```\n## Installed Dependencies\n\n    npm install\n\n## Running the App\n\n    npm start\n\n## Running the storybook\n\nWe have detected common components and have generated possible variants of it. To check the documentation of generated common components by integrating storybook, Please follow below steps.\n\n## Install and Initializes\n\n     npx storybook init\n\n## Run the Storybook\n\n     npm run storybook\n\n#### 2. Set Account URL In Following Files\n\nGo to https://cors-anywhere.herokuapp.com/corsdemo and click on \"Request temporary access to the demo server\" to avoid cors issues while calling APIs from the browser, \n\nCreate Slack Webhooks API account from https://api.slack.com/apps?new_app=1 and add URL which is generated from Slack at \"src/service/api.js\" =\u003e \"https://hooks.slack.com/services/[your slack webhook setups url]\"\n\n## Version of Technologies\n\n- [git](https://git-scm.com/) - v2.13 or greater\n- [NodeJS](https://nodejs.org/en/) - `12 || 14 `\n- [npm](https://www.npmjs.com/) - v6 or greater\n\n## Folder Structure\n\n```\n.\n├── package.json\n├── package-lock.json\n├── postcss.config.js\n├── public\n│ ├── favicon.ico\n│ ├── index.html\n│ ├── logo192.png\n│ ├── logo512.png\n│ ├── manifest.json\n│ └── robots.txt\n├── README.md\n├── src\n│ ├── App.js\n│ ├── assets\n│ │ ├── fonts ---------- Project fonts\n│ │ └── images --------- All Project Images\n│ ├── components --------- UI and Detected Common Components\n│ ├── constants ---------- Project constants, eg: string const\n│ ├── hooks -------------- Helpful Hooks\n│ ├── index.js\n│ ├── pages -------------- All route pages\n│ ├── Routes.js ---------- Routing\n│ ├── styles\n│ │ ├── index.css ------ Other Global Styles\n│ │ └── tailwind.css --- Default Tailwind modules\n│ └── util\n│ └── index.js ------- Helpful utils\n└── tailwind.config.js ----- Entire theme config, colours, fonts etc.\n\n```\n\n## Libraries used in this repository\n\n1. @tailwindcss/forms - `0.4.0`\n2. @testing-library/jest-dom - `^5.15.1`\n3. @testing-library/react - `^11.2.7`\n4. @testing-library/user-event - `^12.8.3`\n5. react - `17.0.2`\n6. react-datepicker - `^4.5.0`\n7. react-dom - `17.0.2`\n8. react-router-dom - `6.0.2`\n9. react-router-hash-link - `^2.4.3`\n10. react-scripts - `5.0.0`\n11. web-vitals - `^2.1.0`\n12. Axios - `^0.27.2`\n13. react-toastify - `^9.0.1`\n14. autoprefixer - `10.4.2`\n15. postcss - `8.4.6`\n16. tailwindcss - `3.0.18`\n\n## License\n\nMIT License\n\nCopyright (c) 2022 DhiWise\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n## Community\n\n\u003ca href=\"https://twitter.com/dhiwise\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/35039342/55471524-8e24cb00-5627-11e9-9389-58f3d4419153.png\" width=\"60\" alt=\"DhiWise Twitter\"\u003e\u003c/a\u003e\n\n\u003ca href=\"https://www.youtube.com/c/DhiWise\"\u003e\u003cimg src=\"https://cdn.vox-cdn.com/thumbor/0kpe316UpZWk53iw3bOLoJfF6hI=/0x0:1680x1050/1400x1400/filters:focal(706x391:974x659):format(gif)/cdn.vox-cdn.com/uploads/chorus_image/image/56414325/YTLogo_old_new_animation.0.gif\" width=\"60\" alt=\"DhiWise YouTube\"\u003e\u003c/a\u003e\n\n\u003ca href=\"https://discord.com/invite/rFMnCG5MZ7\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/47489894/183043664-b01aac56-0372-458a-bde9-3f2a6bded21b.png\" width=\"60\" alt=\"DhiWise Discord\"\u003e\u003c/a\u003e\n\n\u003ca href=\"https://docs.dhiwise.com/\"\u003e\u003cimg src=\"https://global-uploads.webflow.com/618e36726d3c0f19c9284e56/62383865d5477f2e4f6b6e2e_main-monogram-p-500.png\" width=\"60\" alt=\"DhiWise Documentation\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhiwise%2Fdowntimemonitorwebapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhiwise%2Fdowntimemonitorwebapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhiwise%2Fdowntimemonitorwebapp/lists"}