{"id":18815711,"url":"https://github.com/rishiosaur/oss","last_synced_at":"2025-07-28T00:09:29.788Z","repository":{"id":42672819,"uuid":"325910747","full_name":"rishiosaur/oss","owner":"rishiosaur","description":"👥 Buildin' a collection of profiles!","archived":false,"fork":false,"pushed_at":"2023-01-06T17:45:40.000Z","size":775,"stargazers_count":6,"open_issues_count":42,"forks_count":32,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-06T15:47:38.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://oss.rishi.cx","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rishiosaur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-01T03:30:40.000Z","updated_at":"2023-04-12T21:09:10.000Z","dependencies_parsed_at":"2023-02-06T07:30:42.929Z","dependency_job_id":null,"html_url":"https://github.com/rishiosaur/oss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"rishiosaur/perfect-next","purl":"pkg:github/rishiosaur/oss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishiosaur%2Foss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishiosaur%2Foss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishiosaur%2Foss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishiosaur%2Foss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rishiosaur","download_url":"https://codeload.github.com/rishiosaur/oss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishiosaur%2Foss/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267442460,"owners_count":24087803,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-07T23:50:22.704Z","updated_at":"2025-07-28T00:09:29.753Z","avatar_url":"https://github.com/rishiosaur.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📚 Open Source Profiles!\n\n![lint status](https://github.com/rishiosaur/oss/workflows/lint/badge.svg)\n![format status](https://github.com/rishiosaur/oss/workflows/format/badge.svg)\n![format status](https://github.com/rishiosaur/oss/workflows/build/badge.svg)\n![GitHub](https://img.shields.io/github/license/rishiosaur/oss)\n![GitHub issues](https://img.shields.io/github/issues/rishiosaur/oss)\n![GitHub contributors](https://img.shields.io/github/contributors/rishiosaur/oss)\n![GitHub last commit](https://img.shields.io/github/last-commit/rishiosaur/oss)\n\nA minimal showcase of the developers that came to the Git \u0026 GitHub workshop at Hack the North 2021!\n\n# Profiles\n\nTo add yourself to the list, you'll need to modify `profiles.json` - the API reads data from that specific file as a rudimentary persistent data source.\n\n`profiles.json` merely contains an array of `Profile`s, which are defined to be:\n\n```typescript\ninterface Profile {\n\tname: string // Your name\n\tgithub?: string // Github username\n\ttwitter?: string // Twitter username\n\tinsta?: string // Instagram username\n\tdescription: string // Minimal description about you!\n\tprofileUrl: string // Image of yourself (you can host on imgur.com or some other hosting site)\n}\n```\n\nTo add yourself to the website, you'll need to add another object to the array listed in `profiles.json`.\n\nTo make sure your PR has the highest change of being reviewed, you must:\n\n1. Create an issue using the \"New Profile\" template and fill it out using your proposal.\n2. Edit `profiles.json` according to your own profile on your fork, and make a PR mentioning your corresponding issue.\n3. Fix any merge conflicts, iteration procedures and/or build errors (your PR will be merged as soon as all checks pass \u0026 one of the moderators approves it).\n\n# Development - If you're interested in going a bit deeper!\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.\n\n## Cloning\n\nAfter forking the repository, run the following to get it onto your machine:\n\n```\ngit clone https://github.com/\u003cusername\u003e/oss.git\ncd oss\ngit status\n```\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/import?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishiosaur%2Foss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishiosaur%2Foss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishiosaur%2Foss/lists"}