A small Blazor Web Assembly and API sample
This to upload Safety Data Sheets in PDF format, parse for CAS numbers and test if they are on the California Prop 65 list.
To get a local copy up and running follow these steps.
- Requires Visual Studio 2019
- Clone the prop65detector repository
git clone https://github.com/agilenut/prop65detector.git
- Run in Visiual Studio 2019
Drag and drop files to the drag area or click to browse for PDFs. Uploaded PDFs will be parsed for section 3 of the material Safety Data Sheet. If found, CAS numbers will be matched with ingredient CAS numbers in the Prop 65 list.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.