diff options
author | msglm <msglm@techchud.xyz> | 2025-08-17 19:54:24 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2025-08-17 19:54:24 -0500 |
commit | 845d83d94f06fa78e7098f287784574958397acd (patch) | |
tree | 10373a7df7fcbb669b05d982df846e1db445bcf4 /README.md | |
parent | 9c1266f0319abbb06d7e5acc9eebf5f82f048d32 (diff) | |
download | indeed-watcher-845d83d94f06fa78e7098f287784574958397acd.tar.gz indeed-watcher-845d83d94f06fa78e7098f287784574958397acd.tar.bz2 indeed-watcher-845d83d94f06fa78e7098f287784574958397acd.zip |
superior documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 6 insertions, 13 deletions
@@ -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/`. |