From d20773a14ea7f60dd9c1177d04e094bfbcb4b8dd Mon Sep 17 00:00:00 2001 From: msglm Date: Tue, 17 Jan 2023 06:41:10 -0600 Subject: superior documentation --- README.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7dbbbb7..918e5fc 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,11 @@ +# Indeed-watcher +This is a nim program for getting jobs from indeed delivered to you in an easy to parse format. +# Config -reads configutation from a toml file -intakes a link to an indeed page -parses page, looks for info like offered pay, job description, vax status, etc to make a score -if the job doesn't meet the configured minimum score, the job is discarded -if it's not, it should return the article in the following format so the user can put it in whatever folder desired +All documentation of the config file can be found in the example config provided, located at config/config.toml. This file should be asjusted to your needs and moved to your config directory in a folder called `indeedwatcher` (i.e: ~/.config/indeedwatcher). -https://URL.example -Example Job Title - -Pay - Company - Part-time/contract/salary - -Description: - -Requirements: +# Building +This program is wrote in nim. Using nim's package manager and build system, **nimble**, you can build the software just by typing in `nimble build` while in the base directory of the git repo. This will output a compiled binary in `bin/`. -- cgit v1.2.3