{"id":17004994,"url":"https://github.com/adisreyaj/libshare","last_synced_at":"2026-04-11T01:03:32.111Z","repository":{"id":44677969,"uuid":"450796346","full_name":"adisreyaj/libshare","owner":"adisreyaj","description":"Curate and share your favourite NPM packages. List all the packages used in your project and make it easier for people to find about them. More visibility to OSS projects.","archived":false,"fork":false,"pushed_at":"2022-03-03T15:18:59.000Z","size":867,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-27T10:23:40.031Z","etag":null,"topics":["bookmarks","curation","oss","readme"],"latest_commit_sha":null,"homepage":"https://libshare.adi.so/","language":"TypeScript","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/adisreyaj.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}},"created_at":"2022-01-22T11:22:40.000Z","updated_at":"2023-09-10T14:17:08.000Z","dependencies_parsed_at":"2022-09-12T15:22:59.652Z","dependency_job_id":null,"html_url":"https://github.com/adisreyaj/libshare","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Flibshare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Flibshare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Flibshare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Flibshare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adisreyaj","download_url":"https://codeload.github.com/adisreyaj/libshare/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244945597,"owners_count":20536295,"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":["bookmarks","curation","oss","readme"],"created_at":"2024-10-14T04:44:58.818Z","updated_at":"2026-04-11T01:03:32.075Z","avatar_url":"https://github.com/adisreyaj.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\r\n\u003cp align=\"center\"\u003e\r\n  \u003ca href=\"https://github.com/adi.sreyaj/compito\"\u003e\r\n    \u003cimg src=\"logo.png\" alt=\"Logo\" width=\"100\" height=\"100\"\u003e\r\n  \u003c/a\u003e\r\n\r\n\u003ch3 align=\"center\"\u003eLib Share\u003c/h3\u003e\r\n\r\n  \u003cp align=\"center\"\u003e\r\n      Curate and share your favorite JavaScript libraries with other.\r\n      \u003cbr /\u003e\r\n      \u003cbr /\u003e\r\n      \u003ca href=\"https://libshare.adi.so\"\u003eView Demo\u003c/a\u003e\r\n      ·\r\n      \u003ca href=\"https://github.com/adisreyaj/libshare-web/issues\"\u003eReport Bug\u003c/a\u003e\r\n      ·\r\n      \u003ca href=\"https://github.com/adisreyaj/libshare-web/issues\"\u003eRequest Feature\u003c/a\u003e\r\n  \u003c/p\u003e\r\n\r\n  \u003cp align=\"center\"\u003e\r\n   \u003cimg src=\"https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\"\u003e\r\n   \u003cimg src=\"https://img.shields.io/badge/angular-%23DD0031.svg?style=for-the-badge\u0026logo=angular\u0026logoColor=white\"\u003e\r\n   \u003cimg src=\"https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white\"\u003e\r\n  \u003c/p\u003e\r\n\u003c/p\u003e\r\n\r\n\r\n![Libshare](libshare.jpeg)\r\n\r\nLibshare helps you curate and share your favorite NPM libraries with the community. Showcase all the awesome libraries\r\nthat you used in your side project and give them visibility. Made for the ♥ of open-source.\r\n\r\n## Tech Stack\r\n\r\nThe application UI is powered by **Anguar** and styling is all taken care using **Tailwind CSS**. There are no external component libraries used.\r\n\r\nSurprisingly there is no dedicated server used in the making of this application. The whole API comprising of the server and the databse itself is hosted in **HarperDB**. Custom functions in HarperDB made this possible. So no worries about managing the server or the database.\r\n\r\n## Running Locally\r\n1. Clone or download the repo:\r\n```sh\r\ngit clone https://github.com/adisreyaj/libshare.git\r\n```\r\n2. Navigate to the folder\r\n```sh\r\ncd libshare\r\n```\r\n\r\n3. Initialize the submodule\r\n```sh\r\ngit submodule  update --init\r\n```\r\n\r\n4. Install the dependencies\r\n```sh\r\nnpm install\r\n```\r\n\r\n5. Serve the UI\r\n```sh\r\nnpm start\r\n```\r\n\r\nYou can now visit http://localhost:4200 to see the application running.\r\n\r\n## Links\r\n\r\n- [Angular](https://angular.io/)\r\n- [Tailwind CSS](https://tailwindcss.com/)\r\n- [HarperDB](https://harperdb.io/)\r\n- [ZigZag Component Library](https://github.com/adisreyaj/zigzag)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadisreyaj%2Flibshare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadisreyaj%2Flibshare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadisreyaj%2Flibshare/lists"}