Project

gaea

0.01
No commit activity in last 3 years
No release in over 3 years
Search everything from StackOverFlow, Rubygems.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0
~> 3.0

Runtime

 Project Readme

Gaea

Build Status Coverage Status

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 ...

Installation

$ gem install gaea

Usage

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

Search questions from StackOverFlow

gaea looksfor --keyword='activerecord' --source='stackoverflow'

StackOverFlow

Search gems from RubyGems

gaea looksfor --keyword='hanami' --source='gems'

RubyGems

Search events from Confreaks

All events in year

gaea looksfor --year='2015' --source='confreaks'

Confreaks

All events relate to a language/technology in year

gaea looksfor --year='2015' --source='confreaks' --keyword='ruby'

Confreaks

Contributing

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.

License

The gem is available as open source under the terms of the MIT License.