GitXplorerGitXplorer
a

findjobs

public
13 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
d67df6e7c935de9d041e0549aa7ce15ac277d0c2

Update readme

aatipugin committed 7 years ago
Unverified
0e6dba38db55e292e2a46381abb27bdfe5672600

Add example image

aatipugin committed 7 years ago
Unverified
56d0612e16f9ac3078274a693760dcabb04ed5ea

Update README.md

aatipugin committed 9 years ago
Unverified
c5105edec7cadfaab59866bd1a08464b33e3e4f6

Bump version

aatipugin committed 9 years ago
Unverified
f3f3ae2eecc7dd4644abb842ef884e5f82fd4187

Get rid of enable_paging (because it forks process) and use celluloid for concurrency

aatipugin committed 9 years ago
Unverified
aaa8e11ce8e2406d7bbdf1cd3c6ffbb45d2d5d06

Update README.md

aatipugin committed 9 years ago

README

The README file for this repository.

findjobs

Build Status Code Climate Gem Version

Simple CLI tool to help you find your next job. Based on RSS feeds of various job boards (GitHub, StackOverflow etc).

List of currently supported sources:

Want more? Let me know!

Installation

Just add water (i.e. install the gem):

$ gem install findjobs

Usage

Find all jobs by term (e.g. "ruby"):

$ findjobs ruby

Find jobs in specific location:

$ findjobs ruby --location=berlin

Display jobs posted last 7 days:

$ findjobs ruby --days=7

Plans

  1. Add more sources
  2. Add more search options (remote work, visa sponsorship etc)

Contributing

  1. Fork it ( https://github.com/atipugin/findjobs/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request