Stockia is a React Native app that uses the simplified TradingView API, TradingAPI. With Stockia, you can track your favorite stocks and currencies cross-platform.
- You can view stocks and currencies, and save them to your homepage by adding them to your favorites.
- You can access TradingView news in your preferred language (if available).
Clone the project and TradingAPI project.
git clone https://github.com/iapheus/stockia.git git clone https://github.com/iapheus/tradingApi.gitGo to the project directory
cd stockia cd tradingApiInstall dependencies
npm installStart the server
For Stockia;
npm run startFor API;
tsx server.ts