This repository is a simple stock predictions app demostrating the use and integration between CloudFlare Workers
, CloudFlare AI Gateway
, CloudFlare Pages
and OpenAI API
.
node.js
npm
-
Clone the repository:
git clone https://github.com/robinsalehjan/dodgy-stock-predictions.git cd dodgy-stock-predictions
-
Install dependencies and run the project
cd web && npm install && npm run start