job-search
v1.0.1
Published
CLI that shows you the jobs you want without manually doing it yourself.
Downloads
1
Readme
job-search
A CLI for searching jobs. Follow the prompt to find your next new gig! This CLI takes advatange of pupeteer
to automate loading up your next job search.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
Make sure that you have Node 8.x or later installed. See instructions here.
Installing
- Install job-search globally so you can use the CLI anywhere with a command line
$ npm i -g job-search
- If you're having permission issues creating a Chromium directory try:
$ sudo npm install -g job-search --unsafe-perm=true --allow-root
- Start using job-search
$ job-search
Running the tests
$ npm run test
Built With
- Pupeteer - Chrome or Chromium over the DevTools Protocol
- Commander - command-line interfaces
- Inquirer - command line user interfaces
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Claudio Herrera - Creator and active maintainer - thesuperhomie
Special Thanks
PurpleBooth - Great contributing template!
License
This project is licensed under the MIT License - see the LICENSE.md file for details.