{"id":16521738,"url":"https://github.com/geraldoramos/nikola","last_synced_at":"2025-08-10T19:11:19.908Z","repository":{"id":34948248,"uuid":"189934016","full_name":"geraldoramos/nikola","owner":"geraldoramos","description":"⚡Unofficial cross-platform desktop app to monitor and control Tesla vehicles, powered by Electron \u0026 React","archived":false,"fork":false,"pushed_at":"2024-04-29T02:41:05.000Z","size":4056,"stargazers_count":150,"open_issues_count":33,"forks_count":44,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-02-06T00:35:46.387Z","etag":null,"topics":["desktop-app","electron","javascript","macos","react","tesla","tesla-api","windows-10"],"latest_commit_sha":null,"homepage":"https://nikola.site","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geraldoramos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-03T04:25:45.000Z","updated_at":"2025-01-23T01:35:50.000Z","dependencies_parsed_at":"2025-01-17T10:06:32.461Z","dependency_job_id":"e7d671ac-36e6-4528-b357-859a1b70c7c8","html_url":"https://github.com/geraldoramos/nikola","commit_stats":{"total_commits":127,"total_committers":2,"mean_commits":63.5,"dds":"0.023622047244094446","last_synced_commit":"15aaf9834d00573421f39b98c8ba25b77b1f0a28"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldoramos%2Fnikola","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldoramos%2Fnikola/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldoramos%2Fnikola/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldoramos%2Fnikola/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geraldoramos","download_url":"https://codeload.github.com/geraldoramos/nikola/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238044093,"owners_count":19407128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desktop-app","electron","javascript","macos","react","tesla","tesla-api","windows-10"],"created_at":"2024-10-11T16:57:47.302Z","updated_at":"2025-02-10T02:09:06.717Z","avatar_url":"https://github.com/geraldoramos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# I'm not maintaining this project anymore, if anyone wants to become a maintainer, please reach out!\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://firebasestorage.googleapis.com/v0/b/nikola-ffeaf.appspot.com/o/logonovo.svg?alt=media\u0026token=0370731f-6240-41bb-bb30-db1db4947655\" height=\"80\"\u003e\u003cbr\u003e\u003cbr\u003e\n  \u003ca href=\"https://github.com/geraldoramos/nikola/issues\"\u003e\u003cimg src=https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat\u003e\u003c/a\u003e \u003ca href=\"https://github.com/geraldoramos/nikola/releases/latest\"\u003e\u003cimg src=https://img.shields.io/github/downloads/geraldoramos/nikola/total.svg?style=flat\u003e\u003c/a\u003e\n  \u003cp align=\"center\"\u003e\u003cstrong\u003e⚡Unofficial cross-platform desktop app to monitor and control Tesla vehicles, powered by Electron \u0026 React\u003c/strong\u003e\u003cp\u003e\n\u003cimg src=\"https://firebasestorage.googleapis.com/v0/b/nikola-ffeaf.appspot.com/o/bg1.png?alt=media\u0026token=f2bbad8d-bd75-4b94-9134-a523f8278e24\"\u003e\n\n## Get Nikola\n\n\u003e Currently available for MacOS, Windows and Linux.\n\nDownload [last release](https://github.com/geraldoramos/nikola/releases/latest)\n\n*PS: Tesla Auth token is stored locally upon login and is not sent anywhere besides Tesla servers. To remove the token from your computer, just logout.*\n\n## Features\n\n* Real-time location tracking\n* Track of several statuses (Speed, battery, temperature, etc...)\n* Remote locking/unlocking\n* Remote climate control\n* Remote sentry mode toggle\n* Remote temperature target set\n* Auto-update (of the app, not the car)\n* Custom images for all Tesla models\n* Dynamic icon for battery level\n* Tesla AuthKey stored locally \n\n\n## Contributing\n\n1. Check work backlog [here](https://github.com/geraldoramos/nikola/projects)\n2. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device\n3. Install the dependencies: `yarn`\n4. Acquire a key from [google maps javascript api](https://developers.google.com/maps/documentation/javascript/get-api-key)\n4. Build the code, start the app, and watch for changes: `GOOGLE_MAPS=YOURKEY yarn run dev`\n\nTo make sure that your code works in the finished app, you can generate the binary using:\n\n```\n$ yarn run build\n```\n\nMake sure to include your google maps key in the `../components/Maps.js` file before building and remember to not commit it. I will do a way to use it as `ENV` but it doesn't work for the build, just for dev environment for now.\n\nAfter that, you'll see the binaries in the `packed` folder.\n\n## Todo\n\nCheck [Projects](https://github.com/geraldoramos/nikola/projects) for details.\n\n\n## License\nMIT License\n\n## DISCLAIMER\nThis software is provided \"as is\", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, title and non-infringement. Use at Your Own Risk. The distributed software tracks anonimized data for statistics purposes (Google Analytics). If you prefer a version without this, feel free to download the code and build your own.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeraldoramos%2Fnikola","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeraldoramos%2Fnikola","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeraldoramos%2Fnikola/lists"}