https://github.com/cscoderr/deriv_price_tracker
https://github.com/cscoderr/deriv_price_tracker
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cscoderr/deriv_price_tracker
- Owner: cscoderr
- License: mit
- Created: 2022-06-24T13:34:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T00:53:14.000Z (about 4 years ago)
- Last Synced: 2025-03-06T04:51:27.376Z (over 1 year ago)
- Language: Dart
- Size: 1.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deriv Price Tracker
## Getting Started 🚀
This project uses Deriv websocket for tacking different deriv market and its in three flavour:
To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:
```sh
# Development
$ flutter run --flavor development --target lib/main_development.dart
# Staging
$ flutter run --flavor staging --target lib/main_staging.dart
# Production
$ flutter run --flavor production --target lib/main_production.dart
```
\_\*Price Tracker works on iOS, Android
## Screenshots