This small Node.js application will help you to manage your stock of electronic parts. If you are like me, you have parts in your drawers with no solution to easily answer "Where the **** are these 2N3440?". So, this application is meant to tell you what you have and where it's stored.
- wizard helping you to create a new part sheet
- wizard gathering all the information about your parts using Octopart API
- description
- brand
- manufacturer
- CAD models
- reference design
- data sheets
- picture
- Octopart API integration for information retrieval
- search engine helping you to find your parts
First of all, you have to get an Octopart API key. Once you have it, edit the file config.json
(located in the PartsDB
folder) and replace your_key
with your key (line 2).
- clone this repository
git clone https://github.com/lambdacrash/LambdaParts.git lcm
- go into the folder
cd lcm
- type
npm install
- go into the folder
cd PartsDB
- type
node app.js
- browse
http://localhost:3000
The content of this project itself is licensed under the Creative Commons Attribution 3.0 license.