morrisonbrett / TeslaCommand

A Golang command line application to remind you to charge your Tesla vehicle based on GeoFencing.
8 stars 1 forks source link

Replace Tesla API Code w/Library #18

Closed morrisonbrett closed 8 years ago

morrisonbrett commented 8 years ago

Looks like @jsgoecke wrote a very cool library in Go: https://github.com/jsgoecke/tesla

Port to this!

jsgoecke commented 8 years ago

Please don't hesitate to open issues or send pull requests if you need anything. There is test coverage in there, so should be able to ensure things are copacetic.

morrisonbrett commented 8 years ago

Thanks @jsgoecke. I just ported to your library! https://github.com/morrisonbrett/TeslaCommand/commit/7ca736a32ca63891409a38ffc58b18f9e020e8db

morrisonbrett commented 8 years ago

Done. Merged PR https://github.com/morrisonbrett/TeslaCommand/pull/19