Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Benzhaomin/bdiefinder
Find Samsung B-Die DDR 4 memory kits on Amazon, Newegg and many more
https://github.com/Benzhaomin/bdiefinder
hacktoberfest hardware web
Last synced: 13 days ago
JSON representation
Find Samsung B-Die DDR 4 memory kits on Amazon, Newegg and many more
- Host: GitHub
- URL: https://github.com/Benzhaomin/bdiefinder
- Owner: Benzhaomin
- License: gpl-3.0
- Created: 2018-04-08T10:09:42.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T21:49:35.000Z (over 1 year ago)
- Last Synced: 2024-10-27T11:16:01.570Z (14 days ago)
- Topics: hacktoberfest, hardware, web
- Language: JavaScript
- Homepage: https://benzhaomin.github.io/bdiefinder/
- Size: 1.07 MB
- Stars: 98
- Watchers: 5
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# B-Die Finder
Find Samsung B-Die DDR 4 memory kits on Amazon, Newegg and many more.
https://benzhaomin.github.io/bdiefinder/
## Contributing
Run `make` to bootstrap your env, then `make dev` to run the dev server.
To add SKUs or search engines please submit a pull request against [data.js](src/js/data.js)
## Updating SKUs
Run `make update` to compare the current list to the one published on [hardwareluxx.de](https://www.hardwareluxx.de/community/threads/die-ultimative-hardwareluxx-samsung-8gb-b-die-liste-alle-hersteller-31-08-20.1161530/).
Add and remove them in [data.js](src/js/data.js), run `make test` and update [parsers](src/js/parsers.js) when required.