{"id":30127727,"url":"https://github.com/sourceallies/sai-librarian","last_synced_at":"2025-09-21T06:54:41.937Z","repository":{"id":48285084,"uuid":"211191949","full_name":"sourceallies/sai-librarian","owner":"sourceallies","description":"Library Management","archived":false,"fork":false,"pushed_at":"2023-08-02T01:52:26.000Z","size":2702,"stargazers_count":1,"open_issues_count":46,"forks_count":2,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-04-14T22:23:13.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sourceallies.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2019-09-26T22:31:50.000Z","updated_at":"2023-06-26T18:04:55.000Z","dependencies_parsed_at":"2022-08-22T13:30:23.459Z","dependency_job_id":null,"html_url":"https://github.com/sourceallies/sai-librarian","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sourceallies/sai-librarian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceallies%2Fsai-librarian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceallies%2Fsai-librarian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceallies%2Fsai-librarian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceallies%2Fsai-librarian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sourceallies","download_url":"https://codeload.github.com/sourceallies/sai-librarian/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceallies%2Fsai-librarian/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269756394,"owners_count":24470566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-10T17:10:04.607Z","updated_at":"2025-09-21T06:54:36.870Z","avatar_url":"https://github.com/sourceallies.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Source Allies Library App\nThis project was developed during the 2019 SAI Hackathon.\n\n## Project Authors\n* Team Lead\n    * Paul Rowe\n* UX\n    * Edwin O. Martinez Velazquez\n* Developers (starring in alphabetical order)\n    * Kevin Fode\n    * Michael Leners\n    * Gene Tinderholm\n\n## User's Guide\n\n### Printing New Labels for New Books\n1. Navigate to `/label-file`\n2. Enter the number of labels you need and click Download to save a CSV\n3. Goto https://www.avery.com/software/design-and-print/\n4. Click on \"Start Designing\" and pick the correct label template (we used 5160 for the hackathon)\n5. Use the horizontal blank label.\n6. On the left side, choose QR codes (it may be hidden. If so, click More...)\n7. Click add QR codes\n    1. Select spreadsheet\n    2. Import the CSV file you generated earlier\n    3. The Industry Standard Format should be QR Code\n    4. Code Type should be URL\n    5. Drag the data over to the website box\n    6. Click Finish\n8. Resize the QR code so that the black parts of the image are entirely within the \"Safety Area\"\n9. Download the PDF and print it!\n\n### Adding a Book\n1. Scan a previously unused QR code with a phone\n2. Enter the title, ISBN, and the shelf the book will be located on in the library\n3. Click the Submit button\n\n### Checking Out/Checking In a Book\n1. Scan the label\n2. Click Check In or Check Out\n\n## General Information\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr\u003e\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting\n\n### Analyzing the Bundle Size\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size\n\n### Making a Progressive Web App\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app\n\n### Advanced Configuration\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration\n\n### Deployment\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/deployment\n\n### `npm run build` fails to minify\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourceallies%2Fsai-librarian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourceallies%2Fsai-librarian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourceallies%2Fsai-librarian/lists"}