mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Polygon instruction
This commit is contained in:
parent
37382aeb49
commit
2f24ad600c
2 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
NX_DATABASE_URL=postgresql://maybe:maybe@localhost:5433/maybe_local
|
NX_DATABASE_URL=postgresql://maybe:maybe@localhost:5433/maybe_local
|
||||||
NX_DATABASE_SECRET=
|
NX_DATABASE_SECRET=
|
||||||
|
|
||||||
|
# Market data API keys (https://polygon.io)
|
||||||
|
NX_POLYGON_API_KEY=
|
||||||
|
|
||||||
# If using free ngrok account for webhooks
|
# If using free ngrok account for webhooks
|
||||||
NGROK_AUTH_TOKEN=
|
NGROK_AUTH_TOKEN=
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,10 @@ The biggest focus at the moment is on getting the app functional without some pr
|
||||||
|
|
||||||
You can view the current [high-priority issues here](https://github.com/maybe-finance/maybe/issues?q=is:issue+is:open+label:%22high+priority%22). Those are the most impactful issues to tackle first.
|
You can view the current [high-priority issues here](https://github.com/maybe-finance/maybe/issues?q=is:issue+is:open+label:%22high+priority%22). Those are the most impactful issues to tackle first.
|
||||||
|
|
||||||
|
## External data
|
||||||
|
|
||||||
|
To pull market data in (for investments), you'll need a Polygon.io API key. You can get one for free [here](https://polygon.io/) and then add it to your `.env` file (`NX_POLYGON_API_KEY`).
|
||||||
|
|
||||||
## Tech stack
|
## Tech stack
|
||||||
|
|
||||||
- Next.js
|
- Next.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue