Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Commit

Permalink
updates verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
99littlebugs committed Jan 17, 2021
1 parent 6ed3281 commit 7bcee8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Pull requests are welcome!
1. Maybe parse the addresses/location information dynamically
* now the added benefit is that site doesn't need to be up for us to show the info
1. Add more private sign up websites (along with parsers to go with them)
1. Move off of GitHub actions since for data retrieval since the scheduler is unreliable
* Add a field on the website showing when data was last refreshed and when it is expected to be refreshed again.
1. Add a field on the website showing when data was last refreshed and when it is expected to be refreshed again?

## Inspiration and attribution :pray:
* https://github.com/sw-yx/gh-action-data-scraping
Expand Down
12 changes: 5 additions & 7 deletions site/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@
<div class="container">
<div class="row">
<h1 class="p-t-5">COVID-19 Vaccine Site Finder (NY)</h1>
<p>This site aims to make finding a COVID-19 vaccine appointment a little bit easier. It is currently focused on
the Nassau
County, Queens, and Manhattan area and is updated multiple times per hour.</p>
<p>This site is not affiliated with NY State or any goverment or health agency. For feature requests, comments, or
to help please contact us through <a target="_blank"
href="https://github.com/99littlebugs/vaccine-site-finder">Github</a>.</p>
<p>This website aims to make finding a COVID-19 vaccine appointment a little bit easier. It is currently focused on
the Nassau County, Queens, and Manhattan area and is updated with current data from these <a href="#sites">sites</a>every 15 minutes.</p>
<p>We are not affiliated with NY State or any goverment or health agency. For feature requests, comments, or
to help please <a href="#contact">contact us.</a></p>
<h3>Available Appointments</h3>
<p>The following events are showing with availability. When you click "Book" you will be brought to the NY Health
site.</p>
Expand All @@ -59,7 +57,7 @@
<th>Address</th>
<th>Date</th>
<th>Time</th>
<th>Appointments</th>
<th>Appts</th>
<th></th>
</tr>
{{#each events}}
Expand Down

0 comments on commit 7bcee8a

Please sign in to comment.