The application helps you search information relate to languages and technologies. Currently, this application just supports three sources: StackOverFlow - RubyGems - Confreaks with simple features.
I would like to develop this application become the powerful application like as Gaea, a god in Greek mythology was the great mother of all.
Here is my todo-list:
-
Add more features for three sources, for example: paginates, search from tags, video, display more information for each result. I believe we will have more features when work with APIs of above sources.
-
Extend to more sources: StackExchange or Google services such as Server Fault, Super User, Ask Ubuntu, Google Youtube API ...
$ gem install gaea
Usage:
gaea looksfor
Options:
-k, [--keyword=The keyword relate to contents you wanna search]
-s, [--source=The source - 3 default values: stackoverflow, gems and confreaks]
-y, [--year=The year - only avalaible with source confreaks]
Search from multiple sources
gaea looksfor --keyword='activerecord' --source='stackoverflow'
gaea looksfor --keyword='hanami' --source='gems'
gaea looksfor --year='2015' --source='confreaks'
gaea looksfor --year='2015' --source='confreaks' --keyword='ruby'
Bug reports and pull requests are welcome on GitHub at https://github.com/vinhnglx/gaea. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.