{"id":15055553,"url":"https://github.com/mamantoha/shards-info","last_synced_at":"2025-04-10T03:53:23.793Z","repository":{"id":41203448,"uuid":"125723112","full_name":"mamantoha/shards-info","owner":"mamantoha","description":"Source code of https://shards.info/","archived":false,"fork":false,"pushed_at":"2025-04-09T12:25:06.000Z","size":10243,"stargazers_count":38,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-10T03:53:11.320Z","etag":null,"topics":["crystal","crystal-shards","github","gitlab","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/mamantoha.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}},"created_at":"2018-03-18T12:34:32.000Z","updated_at":"2025-04-09T12:25:09.000Z","dependencies_parsed_at":"2023-10-16T20:04:46.233Z","dependency_job_id":"5d70541e-80c2-4f8b-b81a-d10e2f51e0e8","html_url":"https://github.com/mamantoha/shards-info","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Fshards-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Fshards-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Fshards-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Fshards-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mamantoha","download_url":"https://codeload.github.com/mamantoha/shards-info/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154998,"owners_count":21056542,"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":["crystal","crystal-shards","github","gitlab","hacktoberfest"],"created_at":"2024-09-24T21:44:25.896Z","updated_at":"2025-04-10T03:53:23.771Z","avatar_url":"https://github.com/mamantoha.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/mamantoha/shards-info/master/public/images/logo-horizontal_dark.png\" alt=\"shards.info\" width=\"360\" /\u003e\n\n[![Built with Crystal](https://img.shields.io/badge/built%20with-Crystal-000000.svg?logo=appveyor)](https://crystal-lang.org/)\n[![Crystal CI](https://github.com/mamantoha/shards-info/actions/workflows/crystal.yml/badge.svg)](https://github.com/mamantoha/shards-info/actions/workflows/crystal.yml)\n[![ESLint](https://github.com/mamantoha/shards-info/actions/workflows/eslint.yml/badge.svg)](https://github.com/mamantoha/shards-info/actions/workflows/eslint.yml)\n[![Stylelint](https://github.com/mamantoha/shards-info/actions/workflows/stylelint.yml/badge.svg)](https://github.com/mamantoha/shards-info/actions/workflows/stylelint.yml)\n\nView of all repositories on Github and Gitlab that have Crystal code in them.\n\n[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct-single.svg)](https://vshymanskyy.github.io/StandWithUkraine)\n\n## Installation\n\n- [Install](https://crystal-lang.org/docs/installation/) Crystal\n- Clone this repository\n- Install dependencies `shards install`\n- Rename `.env.example` to `.env`, and set variables.\n- Run Web server as `crystal src/web.cr`\n\n## Development\n\n```console\npsql -c 'CREATE DATABASE shards_info_development;' -U postgres\ncrystal src/cli.cr migrate\n```\n\n### Frontend\n\nInstall depencencies:\n\n```console\nnpm install\n```\n\nAfter modifications run `npm run build`\n\n## Specs\n\nPrepare a database:\n\n```console\ncrystal spec/initdb.cr\n```\n\nRun specs:\n\n```console\nKEMAL_ENV=test crystal spec\n```\n\n## Special thanks\n\n- [Crystal language](https://crystal-lang.org/)\n- [Clear](https://github.com/anykeyh/clear) - Advanced ORM between PostgreSQL and Crystal\n- [Kemal](https://github.com/kemalcr/kemal) - Web microframework for Crystal\n- [Mosquito](https://github.com/robacarp/mosquito) - A generic background task runner for Crystal applications\n- [raven.cr](https://github.com/Sija/raven.cr) - Crystal client for [Sentry](https://sentry.io)\n- [cr-cmark-gfm](https://github.com/amauryt/cr-cmark-gfm) - Crystal C bindings for [cmark-gfm](https://github.com/github/cmark-gfm)\n- [noir](https://github.com/MakeNowJust/noir) - Syntax Highlight Library for Crystal\n- Logo [icon](https://game-icons.net/1x1/lorc/floating-crystal.html) taken from [Game Icons pack](https://game-icons.net/) under CC BY 3.0 license.\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/mamantoha/shards-info/fork\u003e)\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [mamantoha](https://github.com/mamantoha) Anton Maminov - creator, maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamantoha%2Fshards-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmamantoha%2Fshards-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamantoha%2Fshards-info/lists"}