This commit is contained in:
James Turk 2022-11-06 18:00:06 -06:00
parent 253d247087
commit 1385722b10
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
Visit https://yoyodyne-propulsion.herokuapp.com/ to see the site.
Visit https://yoyodyne-propulsion.fly.dev/ to see the site.
This is a sample site for [spatula](https://jamesturk.github.io/spatula/) docs.

View File

@ -7,7 +7,7 @@
</h2>
<div class="section">
<p>
This site exists to demonstrate some basic scraping techniques, as well as provide examples of real world challenges that scraper authors often encounter. It was primarily written to assist with examples and documentation for <a href="https://github.com/jamesturk/spatula">spatula</a> but feel free to use it for whatever you want. Just be nice, the site is hosted on a free <a href="https://heroku.com">Heroku</a> dyno.
This site exists to demonstrate some basic scraping techniques, as well as provide examples of real world challenges that scraper authors often encounter. It was primarily written to assist with examples and documentation for <a href="https://github.com/jamesturk/spatula">spatula</a> but feel free to use it for whatever you want. Just be nice, the site is hosted on a free <a href="https://fly.io">fly.io</a> VM.
</p>
<p>While other sites with a similar purpose exist, they often omit some of the common complications that can arise in scraping. The eventual goal of this site is to serve as a test suite of sorts for handling edge cases.