From 2d28b63b65eff5a851bf9968efd10512f3fecd65 Mon Sep 17 00:00:00 2001 From: Jayden Pyles <111098627+jaypyles@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:04:31 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28e446e..432a639 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,18 @@ From the table, users can download a csv of the job's results, along with an opt - Submit URLs for web scraping - Add and manage elements to scrape using XPath - Display results of scraped data + +!(main_page)[https://github.com/jaypyles/www-scrape/blob/master/docs/main_page.png] + - Download csv containing results - Rerun jobs + +!(job_page)[https://github.com/jaypyles/www-scrape/blob/master/docs/job_page.png] + - User login/signup to organize jobs +!(login)[https://github.com/jaypyles/www-scrape/blob/master/docs/login.png] + ## Installation 1. Clone the repository: @@ -90,7 +98,7 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file ### Contributions -Development made easy by developing from (webapp template)[https://github.com/jaypyles/webapp-template]. View documentation for extra information. +Development made easy by developing from [webapp template](https://github.com/jaypyles/webapp-template). View documentation for extra information. Start development server: From ce18e18a9f1a32d8d341d79853bc0f798773e85e Mon Sep 17 00:00:00 2001 From: Jayden Pyles <111098627+jaypyles@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:05:35 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 432a639..69c80d3 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,16 @@ From the table, users can download a csv of the job's results, along with an opt - Add and manage elements to scrape using XPath - Display results of scraped data -!(main_page)[https://github.com/jaypyles/www-scrape/blob/master/docs/main_page.png] +![main_page](https://github.com/jaypyles/www-scrape/blob/master/docs/main_page.png) - Download csv containing results - Rerun jobs -!(job_page)[https://github.com/jaypyles/www-scrape/blob/master/docs/job_page.png] +![job_page](https://github.com/jaypyles/www-scrape/blob/master/docs/job_page.png) - User login/signup to organize jobs -!(login)[https://github.com/jaypyles/www-scrape/blob/master/docs/login.png] +![login](https://github.com/jaypyles/www-scrape/blob/master/docs/login.png) ## Installation From bf5e0008fe7c401b941e38a55e2d36030fd192f9 Mon Sep 17 00:00:00 2001 From: Jayden Pyles <111098627+jaypyles@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:06:35 -0500 Subject: [PATCH 3/3] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d403e7b --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Jayden Pyles + +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.