Giter Site home page Giter Site logo

gaea's Introduction

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.

gaea's People

Contributors

vinhnglx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gaea's Issues

Layout broken when title is too long

screen shot 2016-07-01 at 3 00 26 pm
I tried the style option like:

Terminal::Table.new headings: ['Owner', 'Title', 'Question', 'Accepted Answer'], rows: question_rows, style: {width: 80}

but it not work! Maybe we can give the title a max length.

question_rows << [owner['display_name'], q['title'][0..110], ...

screen shot 2016-07-01 at 3 25 36 pm
What do you think?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.