https://github.com/josephuspaye/canireturn
♻ Quickly check if a container is eligible for the NSW Return and Earn recycling program.
https://github.com/josephuspaye/canireturn
createweekly javascript recycling return-and-earn
Last synced: 11 days ago
JSON representation
♻ Quickly check if a container is eligible for the NSW Return and Earn recycling program.
- Host: GitHub
- URL: https://github.com/josephuspaye/canireturn
- Owner: JosephusPaye
- License: mit
- Created: 2020-04-06T14:40:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T09:56:03.000Z (over 3 years ago)
- Last Synced: 2025-01-20T15:48:45.407Z (over 1 year ago)
- Topics: createweekly, javascript, recycling, return-and-earn
- Language: JavaScript
- Homepage: https://canireturn.netlify.com
- Size: 3.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Can I Return?
♻ Quickly check if a container is eligible for the [NSW Return and Earn](https://returnandearn.org.au/) recycling program using the container's barcode.
[](https://canireturn.netlify.com/)
This project is part of [#CreateWeekly](https://dev.to/josephuspaye/createweekly-create-something-new-publicly-every-week-in-2020-1nh9), my attempt to create something new publicly every week in 2020.
## Usage
Visit on our phone, tablet, or computer (phone or tablet preferably).
## How it works
When you enter a container's barcode, the app checks if it's elibible for return using the [eligible containers](https://returnandearn.org.au/how-it-works/containers/") database, which is available via the official [Return and Earn Container Search](https://cds.epa.nsw.gov.au/CDSContainerSearchPage) page.
The app also displays additional information about the container, such as the product's name, material type, and storage capacity.
## What's Next
- [ ] Add a barcode scanner
- [ ] Make app an installable PWA
## Contributing
See [contribution guide](CONTRIBUTING.md).
## Licence
[MIT](LICENCE)