https://github.com/rocktimsaikia/git-job
:computer: Look for Github jobs right from your terminal
https://github.com/rocktimsaikia/git-job
cli cli-app cli-tool github-jobs jobsearch jobseeker npm-package package
Last synced: 7 months ago
JSON representation
:computer: Look for Github jobs right from your terminal
- Host: GitHub
- URL: https://github.com/rocktimsaikia/git-job
- Owner: rocktimsaikia
- License: mit
- Created: 2019-04-02T18:27:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T15:02:20.000Z (over 5 years ago)
- Last Synced: 2025-03-16T19:44:18.111Z (7 months ago)
- Topics: cli, cli-app, cli-tool, github-jobs, jobsearch, jobseeker, npm-package, package
- Language: JavaScript
- Homepage: https://npmjs.com/gitjob
- Size: 42 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Github-Job-cli
==========
  [](https://opensource.org/licenses/MIT)A simple CLI tool to look for [Github Jobs](https://jobs.github.com) right in your terminal.
Using this tool is a piece of cake :
This is a simple cli project that i created to teach myself how to build cli apps from complete scratch.
Thought you guys might like it so here it is.### [Note that this app usues github job api which does not support job search for some specific locations/cities of few countries.]
Installation
------------`$ npm install -g gitjob`
Docs
----
Usage: gitjob [any city] [prefered language]Note:
1) One thing to note that this tool does not accept any flag [ Which was for less confusion while typing.3.If you dont add any arguments then it will print the job openings from all around the world.
2)If any argument is added then the second argument is always has to be a name and the last argument has to be your preferred .
Usage
-----
The commands available are: `gitjob`, `gitjob `
(ex : `gitjob london python`)Issues
------Feel free to submit issues and enhancement requests.
Built With
----------
* Node - The whole app is based on node
* Axios - The http client used
* Meow - CLI helper with flags ,input ,arguments etc
* Chalk - Used in styling the cli elements
* Striptags - Used to remove the html tags from a fetched json response.Contributing
------------gitjob-cli is Node based cli tool with npm as it's package manager.
This is still a wip project .Plus not very hard to wrap your head around with the code
so even in you have some experience and want to enhance this project.Then please do contribute[Read more on contributing guide here](./CONTRIBUTING.md).
License
-------Copyright (c) 2019 Rocktim Saikia
Licensed under the [MIT license](http://opensource.org/licenses/MIT).