https://github.com/kahlym/market-prediction
Early stages of development with the intention to create a UI that highlights financial market movement.
https://github.com/kahlym/market-prediction
angular finance python sentiment-analysis
Last synced: about 1 year ago
JSON representation
Early stages of development with the intention to create a UI that highlights financial market movement.
- Host: GitHub
- URL: https://github.com/kahlym/market-prediction
- Owner: KAHLYM
- License: mit
- Archived: true
- Created: 2021-01-24T09:42:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T18:01:34.000Z (about 3 years ago)
- Last Synced: 2025-03-04T18:47:54.795Z (over 1 year ago)
- Topics: angular, finance, python, sentiment-analysis
- Language: Python
- Homepage:
- Size: 16.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README



# Market Prediction
## Languages, Libraries & Frameworks
The frontend is built with [Angular](https://angular.io/) and makes use of [Sass](https://sass-lang.com/).
The backend is built with [Firebase](https://firebase.google.com/).
## Automation
### Main
When a pull request is raised against `main` the following automation executes:
* Angular Build and Test
* Linter using [wearerequired](https://github.com/wearerequired/lint-action)
* Python lint against `./web-app/functions` with [Black](https://black.readthedocs.io/en/stable/)
* Javascript / Typescript lint against `./web-app` with [ESLint](https://eslint.org/)
This is true for pushes and pull requests against `main` too.
## Pull Requests
Pull Requests require Administrator approval. [KAHLYM](https://github.com/KAHLYM) is currently the only Administrator.
This is to restrict malicious code being run through Firebase automation which could incur financial costs.