Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
rsisignalsendernode
Advanced tools
RSISignalSenderNode is a Node.js application designed to fetch the weekly Relative Strength Index (RSI) of specified stocks using the Alpha Vantage API. It also features functionality for sending email alerts when certain RSI criteria are met.
RSISignalSenderNode is a Node.js application designed to fetch the weekly Relative Strength Index (RSI) of specified stocks using the Alpha Vantage API. It also features functionality for sending email alerts when certain RSI criteria are met.
Clone the Repository git clone https://github.com/yourusername/RSISignalSenderNode.git cd RSISignalSenderNode
Install Dependencies
npm install
Set Up Environment Variables
.env
file in the root directory.ALPHA_VANTAGE_API_KEY=your_alpha_vantage_api_key
PORT=3000
EMAIL_USER=your_email@example.com
EMAIL_PASS=your_email_password
npm start
http://localhost:24001
(or the port you've specified in the .env
file).GET /api/stocks/rsi/:ticker
:ticker
with the stock symbol you want to check.curl
:
curl http://localhost:24001/api/stocks/rsi/AMZN
Contributions to this project are welcome. Please fork the repository and submit a pull request for any enhancements or bug fixes.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
FAQs
RSISignalSenderNode is a Node.js application designed to fetch the weekly Relative Strength Index (RSI) of specified stocks using the Alpha Vantage API. It also features functionality for sending email alerts when certain RSI criteria are met.
The npm package rsisignalsendernode receives a total of 0 weekly downloads. As such, rsisignalsendernode popularity was classified as not popular.
We found that rsisignalsendernode demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.