{"id":16515238,"url":"https://github.com/pine/crystal-qiita","last_synced_at":"2025-03-02T15:54:06.880Z","repository":{"id":72480984,"uuid":"42396902","full_name":"pine/crystal-qiita","owner":"pine","description":":gem: A Crystal wrapper for the Qiita API","archived":false,"fork":false,"pushed_at":"2016-05-08T22:52:50.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T03:13:58.159Z","etag":null,"topics":[],"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/pine.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":"2015-09-13T13:31:46.000Z","updated_at":"2016-01-16T17:45:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"147d1f04-0506-4131-a62f-7164c1dc33cf","html_url":"https://github.com/pine/crystal-qiita","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-qiita","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-qiita/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-qiita/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-qiita/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pine","download_url":"https://codeload.github.com/pine/crystal-qiita/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241533650,"owners_count":19977826,"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":[],"created_at":"2024-10-11T16:16:16.706Z","updated_at":"2025-03-02T15:54:06.857Z","avatar_url":"https://github.com/pine.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crystal-qiita\n[![Build Status](https://travis-ci.org/pine/crystal-qiita.svg)](https://travis-ci.org/pine/crystal-qiita)\n[![Dependency Status](https://shards.rocks/badge/github/pine/crystal-qiita/status.svg)](https://shards.rocks/github/pine/crystal-qiita)\n[![devDependency Status](https://shards.rocks/badge/github/pine/crystal-qiita/dev_status.svg)](https://shards.rocks/github/pine/crystal-qiita)\n\nA [Crystal](http://crystal-lang.org/) wrapper for the [Qiita](http://qiita.com/) API.\n\n## Installation\n\nAdd this line to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  qiita:\n    github: pine/crystal-qiita\n    version: ~\u003e 0.3.0\n```\n\n## Usage\nSee example example/search\\_items.cr and [Official API reference](https://qiita.com/api/v2/docs).\n\n```crystal\nrequire \"qiita\"\n\nres = Qiita.search_items({ query: \"Crystal\" })\nres.each{|item| puts item.title }\n```\n\n## How to run example\nFirst, you should install Crystal compiler, using a tool such as [crenv](https://github.com/pine/crenv).\n\n```\n$ git clone https://github.com/pine/crystal-qiita.git\n$ cd ./crystal-qiita\n$ crystal deps\n$ crystal run ./example/search_items.cr\nKeyword\u003e Crystal\nAll Crystal 20 items found.\n\n 1: OpenShift で Crystal を動かす方法\n  Author: pine\n  URL   : http://qiita.com/pine/items/6be6a266871f6b34c3f8\n\n 2: 文字の範囲・文字列の範囲\n  Author: kubo39\n  URL   : http://qiita.com/kubo39/items/6cf405b1386601f83f1f\n\n 3: Crystal - Bool\n  Author: tbpgr\n  URL   : http://qiita.com/tbpgr/items/8c54baacf5bd7a0ddbb2\n\n...\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/pine/crystal-qiita/fork )\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## License\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine%2Fcrystal-qiita","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpine%2Fcrystal-qiita","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine%2Fcrystal-qiita/lists"}