No release in over a year
Offers several ways to search and view details of COVID-19 testing locations in Philadelphia, PA.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
>= 0
~> 10.0
~> 3.0

Runtime

 Project Readme

PHLCovidTesting

Find and view details about COVID-19 testing locations located in Philadelphia, PA. You can search by name, zip code, and access type (walk-up or drive-thru), or view a full list and get more information on that testing location.

Demo

Click here to view a demo!

Installation

Add this line to your application's Gemfile:

gem 'phl-covid-testing'

And then execute:

$ bundle

Or install it yourself as:

$ gem install phl-covid-testing

You can then begin the application by executing:

$ phl-covid-testing

Usage

There are several ways to search for testing locations (listed below). If the search returns multiple results, a numbered list of those locations is provided and the user will be prompted to enter a number to view a location's details, view all locations, go back to the main menu, or 'exit' to end the program.

Search By Name

If you know of a medical facility near you that may be testing for COVID-19, enter any portion of its name to view more details.

Search By Zipcode

Enter a zipcode within the city of Philadelphia to view all testing locations.

Search By Access

Enter 'walk' to view all testing locations offering walk-up services, and 'drive' to view all offering drive-thru services.

View All

Enter 'all' to view a list of all testing locations.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/bfirestone23/phl_covid_testing. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the PHLCovidTesting project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.