
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
pizzadoor-stocks-manager
Advanced tools
🍕🤖 Stocks manager for Adial pizza ATM (pizzadoor)
npm install pizzadoor-stocks-manager
const PizzadoorStocksManager = require('pizzadoor-stocks-manager');
const config = {};
const credentials = {
adial: {
username: 'my-username',
password: 'my-super-secret-password',
},
};
let manager = new PizzadoorStocksManager(config, credentials);
manager.fetchAndManage().then(atmsData => console.log(atmsData));
Here are all the credentials that might be required to work properly.
const credentials = {
adial: {
username: 'my-username',
password: 'my-super-secret-password',
},
sendgrid: {
apiKey: 'my-api-key',
},
};
Take a look at the sample.config.js file at the root of the repo to get all the possible settings available.
Found a bug? Feel free to contact me or open an issue on github. You can also contribute by creating a pull request.
This project has recently been migrated to Typescript due to an external need. The typeness support is partial and mostly ensured to have type at the external interface. The internal code is not properly typed. Since a lot of the code is scraping, its format is not stable and it is not easy to type. If you are interested in improving the typing, please feel free to submit a PR.
FAQs
🍕🤖 Stocks manager for Adial pizza ATM (pizzadoor)
We found that pizzadoor-stocks-manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.