-
Notifications
You must be signed in to change notification settings - Fork 29
Basic stock price visualization #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Very basic stock charting uses Chart.js for visualization
|
Rather than throwing everything into one repo, it might be good to start grouping these frontend elements into a separate repo to be reused. |
+1 for this |
|
can we get a seperate repo for frontend & a general api gateway for the time being? |
|
|
||
|
|
||
| </body> | ||
| </html> No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need end of file here
|
Good idea. Thanks, all! Will reach out to Auzy to review and feedback/differentiate accordingly. Hang tight! |
|
@illlllya @athielen @rongtianyue @charlie4284 @JayKL @pdeneka Not sure if you're in the discord, but we're finally organized to a point where we have admins who can look at code. They are setting project requirements now, aggregating existing tools that people already have is in the immediate next steps. If you're not already in the discord, please join and reach out to an admin https://discord.gg/YqBBJ6jnCD (this link shouldn't expire) |
Very basic stock charting visuals. Input required: days of data to look back at + stock symbol
uses Chart.js and alphavantage (requires API key)