A simple web app built to track the stock price of various stocks listed in BSE and NSE with candlestick chart support
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
- Get a free API Key at upstox
- For redirect url use http://localhost:3000/
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git- Set up settings.json
ehco {"API_KEY": "%yourApiKey%", "API_SECRET": "%yourApiSecret%"} >> settings.json- Instal meteor.js and all the dependencies
npm install -g meteor
meteor npm install- Run the app
meteor run --settings settings.json --port 3000Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Mohit Sharma - @oGranny - ogranny.github.io@gmail.com
Project Link: https://github.com/ogranny/stock_warehouse