https://github.com/anubisss/rciu
Lambda function that generates a list about instrument updates.
https://github.com/anubisss/rciu
etf instrument random-capital stock
Last synced: 7 months ago
JSON representation
Lambda function that generates a list about instrument updates.
- Host: GitHub
- URL: https://github.com/anubisss/rciu
- Owner: Anubisss
- License: mit
- Created: 2018-05-29T20:30:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-15T07:52:43.000Z (almost 3 years ago)
- Last Synced: 2023-03-22T20:32:34.482Z (over 2 years ago)
- Topics: etf, instrument, random-capital, stock
- Language: JavaScript
- Homepage: https://rciu.anuka.me/
- Size: 375 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RCIU (Random Capital Instrument Updates)
RCIU is a simple scheduled AWS Lambda function (managed via Serverless) which generates a HTML and a JSON data file and puts them to an AWS S3 bucket.
The JSON data file contains all the instruments (filtered) and also the updates (removed or added) about them.
The HTML file contains a table which shows all the updates from the JSON data file.Live: https://rciu.anuka.me/
# This app/website doesn't work anymore since Random Capital merged into Erste Befektetési Zrt.
### Note
This is not a Random Capital product. Created for fun and personal usage.### Deployment
1. ```yarn install```
2. ```./node_modules/.bin/serverless deploy --host-s3-bucket-name S3_BUCKET_NAME```Check the serverless.yml file for further options.
### License
The MIT License (MIT)