Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
covidvaccinefinder
Advanced tools
Find a COVID-19 vaccine near you, data provided by VaccineFinder
Find a COVID-19 vaccine near you, data provided by VaccineFinder
AA, AE, AK', 'AL', 'AP', 'AR', 'AS', 'AZ', 'CA', 'CO', 'CT', 'DC', 'DE', 'FL','FM', 'GA', 'GU', 'HI', 'IA', 'ID','IL', 'IN', 'KS', 'KY', ' LA', 'MA', 'MD', 'ME', 'MH','MI', 'MN', 'MO', 'MP', 'MS', 'MT', 'NC', 'ND', 'NE', 'NH', 'NJ', 'NM','NV','NY', 'OH', 'OK', 'OR', 'PA', 'PR', 'PW', 'RI', 'SC', 'SD', 'TN','TX', 'UT', 'VA', 'VI', 'VT', 'WA', 'WI', 'WV', 'WY'
options
propertieszipcode
: string | length: {max: 5, min: 5}
radiusValue
: 1000_MILES, 50_MILES, 25_MILES, 10_MILES, 5_MILES
vaccineType
: pfizer1 // Pfizer-BioNTech (age 5-11)
pfizer2 // Pfizer-BioNTech (age 12+)
moderna // Moderna (age 18+)
Johnson // Johnson & Johnson/Janssen (age 18+)
appointment
: Booleanconst options = {
zipcode: "00729",
radiusValue: "50_MILES",
vaccineType: "moderna",
appointment: true,
};
const result = await search(options);
const guid = "55f2d9d0-b0fd-411e-8b7b-d83060b569f5";
const result = await getLocationData(guid);
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
This is just a personal project created for study / demonstration purpose and to simplify my working life, it may or may not be a good fit for your project(s).
Please :star: this repository if you like it or this project helped you!
Feel free to open issues or submit pull-requests to help me improving my work.
Chris M. Perez
Copyright ©2021 Covid Vaccine Finder.
FAQs
Find a COVID-19 vaccine near you, data provided by VaccineFinder
The npm package covidvaccinefinder receives a total of 0 weekly downloads. As such, covidvaccinefinder popularity was classified as not popular.
We found that covidvaccinefinder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.