A small js library to display stock charts and data
https://stocktopia.herokuapp.com/
- CSC309 individual project
- Created by: Callan Murphy
- Date: March - April 2021
- A small JS stocks library for other developers to use
- Used react.js, express.js, HTML, CSS and Heroku to deploy a website for the library
- Published API documentation for the library and displayed key use cases
- Designed a modern logo and UI for the product
-
Download the library to get started: https://stocktopia.herokuapp.com/download
-
Unzip the library package to obtain the stocktopia.js and stocktopia.css files
-
Add the two stocktopia files to your working directory
-
Connect pages to the library by adding the following lines in an HTML file:
<link rel="stylesheet" type="text/css" href="path/to/stocktopia.css">
<script type="text/javascript" src="path/to/stocktopia.js"></script>