https://github.com/pmutua/quandlstocks
An Angular application that allows a user to visualize the historical trend of end of day stock prices for publicly available companies. The application uses the Quandl API.
https://github.com/pmutua/quandlstocks
angular angular-components angular-highcharts angular-material angular-material2 angular-project express heroku highcharts nodejs stocks typescript ui
Last synced: 3 months ago
JSON representation
An Angular application that allows a user to visualize the historical trend of end of day stock prices for publicly available companies. The application uses the Quandl API.
- Host: GitHub
- URL: https://github.com/pmutua/quandlstocks
- Owner: pmutua
- License: mit
- Created: 2021-10-11T12:01:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T15:45:40.000Z (about 3 years ago)
- Last Synced: 2025-01-13T12:21:46.422Z (4 months ago)
- Topics: angular, angular-components, angular-highcharts, angular-material, angular-material2, angular-project, express, heroku, highcharts, nodejs, stocks, typescript, ui
- Language: TypeScript
- Homepage: https://quandlstocks.herokuapp.com/
- Size: 318 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuandlStocks

An online tool to visualize historical stock trends for publicly available companies.
[](https://raw.githubusercontent.com/pmutua/quandlstocks/master/LICENSE)
## Download and Installation
To begin using this template, choose one of the following options to get started:
* Clone the repo: `git clone https://github.com/pmutua/quandlstocks.git`
* [Fork, Clone, or Download on GitHub](https://github.com/pmutua/quandlstocks)## Usage
To run locally, run:
Then in your terminal where your project is run:
```bash
npm install
ng s
```The application is accessible at `http://localhost:4200`
## Bugs and Issues
Have a bug or an issue with this application? [Open a new issue](https://github.com/pmutua/quandlstocks/issues) here on GitHub.
## About
QuandlStocks is a tool that helps users to view historical stock trends for publicly available companies in the United States. Users simply search and select a company of choice then historical data is generated in the form of a line graph. The users can select a date range and historical data is generated for the specific date range.
QuandlStocks was created by and is maintained by **[Philip Mutua](https://twitter.com/itsphilipmutua)**.
*
*## Technologies Used
* Angular (TypeScript, JavaScript, HTML, CSS )
* Node.js
* Express.js
* Heroku## Copyright and License
Code released under the [MIT](https://github.com/pmutua/quandlstocks/blob/master/LICENSE) license.
## Future Plans
Looking forward to make more improvements, like dashboard, landing page etc
## Author
[Philip Mutua](https://twitter.com/itsphilipmutua)