stfock-pvricwee-notidffier
v1.0.0
Published
a Node.js command-line application that allows users to merge multiple PDF files into a single PDF document
Downloads
2
Readme
README for Stock Price Notifier Project Project Name: Stock Price Notifier
Description: Stock Price Notifier is a Node.js command-line application that monitors stock prices and sends an email notification when a stock reaches a specific target price. It uses the axios library to fetch real-time stock price data from a financial market data API and the nodemailer library to send email notifications.
Installation:
Clone this repository to your local machine. Navigate to the project directory. Run npm install to install the necessary dependencies, including axios and nodemailer. Configure your SMTP settings and the API key for fetching stock prices in a .env file. Usage: To use the application, set the stock symbol, target price, and recipient's email address:
css Copy code node index.js --stock "AAPL" --target 150 --email "[email protected]" --stock: Stock symbol to monitor. --target: Target price to trigger the notification. --email: Email address to receive the notification. Dependencies:
axios: For making HTTP requests. nodemailer: For sending emails. dotenv: For managing environment variables. Contributing: Contributions are welcome! Please fork the repository and submit a pull request with your proposed changes.
License: This project is licensed under the MIT License - see the LICENSE file for details.