summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 6 insertions, 13 deletions
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/`.