Popularity
1.4
Growing
Activity
0.0
Stable
0
2
0
Programming language: Crystal
License: MIT License
Tags:
Third-party APIs
Latest version: v0.4.0
crystal-qiita alternatives and similar shards
Based on the "Third-party APIs" category.
Alternatively, view crystal-qiita alternatives based on common mentions on social networks and blogs.
-
open_exchange_rates
A library to access Open Exchange Rates API -
soundcloud-crystal
A library to access the SoundCloud API -
fantasy_football_nerd_api
A library for the Fantasy Football Nerd API
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
Do you think we are missing an alternative of crystal-qiita or a related project?
README
crystal-qiita
A Crystal wrapper for the Qiita API.
Installation
Add this line to your application's shard.yml
:
dependencies:
qiita:
github: pine/crystal-qiita
version: ~> 0.3.0
Usage
See example example/search_items.cr and Official API reference.
require "qiita"
res = Qiita.search_items({ query: "Crystal" })
res.each{|item| puts item.title }
How to run example
First, you should install Crystal compiler, using a tool such as crenv.
$ git clone https://github.com/pine/crystal-qiita.git
$ cd ./crystal-qiita
$ crystal deps
$ crystal run ./example/search_items.cr
Keyword> Crystal
All Crystal 20 items found.
1: OpenShift で Crystal を動かす方法
Author: pine
URL : http://qiita.com/pine/items/6be6a266871f6b34c3f8
2: 文字の範囲・文字列の範囲
Author: kubo39
URL : http://qiita.com/kubo39/items/6cf405b1386601f83f1f
3: Crystal - Bool
Author: tbpgr
URL : http://qiita.com/tbpgr/items/8c54baacf5bd7a0ddbb2
...
Contributing
- Fork it ( https://github.com/pine/crystal-qiita/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
License
MIT License
*Note that all licence references and agreements mentioned in the crystal-qiita README section above
are relevant to that project's source code only.