https://github.com/jfrux/teslafi-app
Augments the teslafi experience into an app with improved UI.
https://github.com/jfrux/teslafi-app
Last synced: 4 months ago
JSON representation
Augments the teslafi experience into an app with improved UI.
- Host: GitHub
- URL: https://github.com/jfrux/teslafi-app
- Owner: jfrux
- Created: 2019-05-23T16:36:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:30:11.000Z (over 3 years ago)
- Last Synced: 2025-02-14T05:51:19.875Z (over 1 year ago)
- Language: JavaScript
- Size: 1.94 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TeslaFi Desktop App
This wraps the teslafi.com website and injects new ui to augment the experience.
It is currently in active development so it really doesn't do much yet.
## Development
- Install `Yarn`
- Fork this repo.
- Clone your fork.
- `cd ~/Projects/teslafi-app`
- `yarn`
### Code structure
The injected source code comes from the `src` directory.
`src/App.js` is where the routes and main app bundle starts.
`
## TODO
- Ideas / Enhancements
- [ ] Auto-reload / polling feature.
- [ ] App-based header bar / navigation system.
- [ ] Menubar feature
- [ ] Progressively enhance / replace UI with React-based components.
- Page Cleanup Task List
- [ ] Login
- [ ] Drive Summary
- Developer Improvements
- [ ] Live Reload
- [ ] Test / Faux versions of the pages for enabling live reload during dev.
- [ ] Automated Deployment / Releases / Automatic Updates
### Run the app
`yarn run-mac`
`yarn run-windows` not done yet.
`yarn run-linux` not done yet.