Skip to content

Build search links for every variants of known B-Die RAM kits

License

Notifications You must be signed in to change notification settings

uexilon/bdiefinder

 
 

Repository files navigation

B-Die Finder

Find Samsung B-Die DDR 4 memory kits on Amazon, Newegg and many more.

https://benzhaomin.github.io/bdiefinder/

Contributing

To add SKUs or search engines please submit a pull request against data.js

Installation

npm install

or with nodeenv

python3 -m venv env/python
. env/python/bin/activate
pip install nodeenv
nodeenv env/node
. env/node/bin/activate
npm install

Development

npm run dev

Get a list of missing SKUs with: update_skus.sh

Tests

npm run lint
npm test

Build

npm run build

About

Build search links for every variants of known B-Die RAM kits

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.8%
  • HTML 10.2%
  • CSS 5.4%
  • Shell 1.6%