https://github.com/gewoonjaap/tesla-delivery-status-web
Tesla order status tracking
https://github.com/gewoonjaap/tesla-delivery-status-web
delivery order tesla tesla-api teslamotors
Last synced: 10 months ago
JSON representation
Tesla order status tracking
- Host: GitHub
- URL: https://github.com/gewoonjaap/tesla-delivery-status-web
- Owner: GewoonJaap
- Created: 2025-08-13T16:53:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-02T12:36:00.000Z (10 months ago)
- Last Synced: 2025-09-02T14:37:37.082Z (10 months ago)
- Topics: delivery, order, tesla, tesla-api, teslamotors
- Language: TypeScript
- Homepage: https://tesla-status.mrproper.dev/
- Size: 246 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/14hcQifYIsfRfHpvxJc1tIvw2BtZhMdEf
## Run Locally
**Prerequisites:** Node.js
1. Install dependencies:
`npm install`
2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
3. Run the app:
`npm run dev`