Job Search-CLI

What is Job Search-CLI

Job Search CLI uses the GitHub Jobs API and shows software engineering jobs according to the user preferred location and programming language. First, it prints a list of available job locations depending on the currently active job listings on GitHub. Users can choose a location and then it will show a list of programming languages mentioned on those job listings. Users can select any programming language and it will show the job listings without the job descriptions. Job descriptions are deliberately hidden from the list because it will make the printout looks messy. But users can select a job number to read the description.

How to run the program

First, clone the repo. Then, type "./bin/run" to run the program!

Contribution

Please feel free to contribute to the project, and if any bug is found, please contact me at muazzamhc.nashat@gmail.com.

License

Copyright 2020 Muazzam Nashat

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.