Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eralpozcan/stock-tracker
Stock Tracker Vue App with Twelvedata API
https://github.com/eralpozcan/stock-tracker
apexcharts pinia twelvedata vue
Last synced: about 2 months ago
JSON representation
Stock Tracker Vue App with Twelvedata API
- Host: GitHub
- URL: https://github.com/eralpozcan/stock-tracker
- Owner: Eralpozcan
- Created: 2021-11-07T22:05:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T09:00:04.000Z (8 months ago)
- Last Synced: 2024-05-03T13:50:59.701Z (8 months ago)
- Topics: apexcharts, pinia, twelvedata, vue
- Language: Vue
- Homepage: https://stock-tracker-five.vercel.app
- Size: 2.78 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Stock Tracker
### 📔 **About**
You can track financial stocks on a minute, hourly and daily basis. Basic simple application where you can observe their charts. This app using [Twelvedata API](https://twelvedata.com/). Sometimes the system may not work due to API limits. For the oldest version of this repo, see the [old/vue2](https://github.com/Eralpozcan/Vue-Stock-Chart/tree/old/vue2) branch.### 📜 **Features**
- The user can search for stocks.
- They can examine the hourly daily and weekly charts of the stock they are looking for.
- The user can log in and out.
- The time-series are saved in sessionStorage and do not need to be requested again.### 📦 **Tech Stack**
- [Vue.js](https://vuejs.org/)
- [Pinia](https://pinia.vuejs.org/)
- [Vue Router](https://router.vuejs.org/)
- [Axios](https://axios-http.com/)
- [PrimeVue](https://primevue.org/)
- [ApexCharts](https://apexcharts.com/)