An API to explore materials inside electronic components.
You should have Node.js and npm installed.
git clone https://github.com/g-div/MaterialAPI.git
cd MaterialAPI
npm install
In order to generate the Swagger interactive documentation run:
npm run docs
npm start