{"id":25525107,"url":"https://github.com/donymvarkey/restly","last_synced_at":"2026-02-10T17:03:08.082Z","repository":{"id":267433838,"uuid":"901224097","full_name":"donymvarkey/restly","owner":"donymvarkey","description":"Restly - A REST api client built with React, tailwindcss and shadcn ui. Simple but effective.","archived":false,"fork":false,"pushed_at":"2025-01-29T06:30:17.000Z","size":1750,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T19:17:00.088Z","etag":null,"topics":["api-testing","rest-api","rest-api-client"],"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/donymvarkey.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":"2024-12-10T09:11:52.000Z","updated_at":"2025-01-29T06:30:20.000Z","dependencies_parsed_at":"2024-12-10T10:34:36.595Z","dependency_job_id":"7a532a2c-2346-4dfe-85c3-bf67bab8db7f","html_url":"https://github.com/donymvarkey/restly","commit_stats":null,"previous_names":["donymvarkey/rest-client","donymvarkey/restly"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/donymvarkey/restly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donymvarkey%2Frestly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donymvarkey%2Frestly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donymvarkey%2Frestly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donymvarkey%2Frestly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donymvarkey","download_url":"https://codeload.github.com/donymvarkey/restly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donymvarkey%2Frestly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29308906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T16:09:25.305Z","status":"ssl_error","status_checked_at":"2026-02-10T16:08:52.170Z","response_time":65,"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":["api-testing","rest-api","rest-api-client"],"created_at":"2025-02-19T20:17:49.585Z","updated_at":"2026-02-10T17:03:08.054Z","avatar_url":"https://github.com/donymvarkey.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Restly\r\n\r\nRestly is a REST API client built with React, Tailwind CSS, and Shadcn UI. Simple but effective.\r\n\r\n![Version](https://img.shields.io/github/package-json/version/donymvarkey/restly)\r\n![License](https://img.shields.io/github/license/donymvarkey/restly)\r\n![Created At](https://img.shields.io/github/created-at/donymvarkey/restly)\r\n\r\n![restly](./images/Screenshot%202025-01-23%20at%2011.05.43 AM.png)\r\n\r\n## Table of Contents\r\n\r\n- [Features](#features)\r\n- [Installation](#installation)\r\n- [Build](#build)\r\n- [Contributing](#contributing)\r\n- [License](#license)\r\n- [Acknowledgements](#acknowledgements)\r\n\r\n## Features\r\n\r\n- Built with React for a modern UI experience.\r\n- Styled with Tailwind CSS for fast and responsive design.\r\n- Utilizes Shadcn UI components.\r\n- Simple and effective REST API client functionality.\r\n\r\n## Installation\r\n\r\nTo install and set up the project, follow these steps:\r\n\r\n1. Clone the repository:\r\n    ```bash\r\n    git clone https://github.com/donymvarkey/restly.git\r\n    cd restly\r\n    ```\r\n\r\n2. Install dependencies:\r\n    ```bash\r\n    npm install\r\n    ```\r\n\r\n3. Start the development server:\r\n    ```bash\r\n    npm run dev\r\n    ```\r\n\r\n## Build\r\n\r\nTo build the app from source:\r\n\r\n1. To create the dist, run `npm run dist`\r\n2. To package the app, run `npm run package`\r\n3. To build the app (target output will be generated for the host machine) `npm run make`\r\n\r\n## Contributing\r\n\r\nContributions are welcome! Please follow these steps to contribute:\r\n\r\n1. Fork the repository.\r\n2. Create a new branch with a descriptive name.(`git checkout -b your-feature-name`)\r\n3. Make your changes and commit.\r\n4. Push to the branch.\r\n5. Create a new Pull Request.\r\n\r\n\r\n## License\r\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/donymvarkey/restly/blob/main/LICENSE) file for details.\r\n\r\n## Acknowledgements\r\n\r\n- [React](https://react.dev/)\r\n- [Tailwind CSS](https://tailwindcss.com/)\r\n- [Vite](https://vite.dev/)\r\n- [Shadcn UI](https://ui.shadcn.com/)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonymvarkey%2Frestly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonymvarkey%2Frestly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonymvarkey%2Frestly/lists"}