Skip to content
/ sdk Public
forked from Geotab/sdk

The Geotab SDK (Software Development Kit) is a powerful set of tools for automating tasks and working with the data in MyGeotab. Within these documents you will find information on how to develop JavaScript and C# applications, build and integrate Add-Ins and use MyGeotab with third-party systems.

License

Notifications You must be signed in to change notification settings

mrpantsuit/sdk

 
 

Repository files navigation

MyGeotab SDK

This project serves as the online SDK or the MyGeotab Hardware and Software API hosted via Github pages.

Getting Started

Make sure you have installed:

  • Ruby: >2.0 with Bundler >1.10
  • Node: >4.2
  • Gulp: 4.0 : npm install gulp-cli -g

If you have cloned this repo or want to reinstall, make sure there's no node_modules or Gemfile.lock folder/file and then run:

$ npm install
$ bundle install

For local testing run with command:

$ gulp

Deployment

The documention can be built and deployed using these commands:

$ gulp build --prod
$ gulp deploy

Settings

The _config.yml and _config.build.yml provide the Jekyll settings. _config.build.yml is only used in production build and overrides settings in _config.yml;

Dependencies

generator-jekyllized For more information on how to use this project, please refer to the README on Github.

Owner

Geotab Inc.

About

The Geotab SDK (Software Development Kit) is a powerful set of tools for automating tasks and working with the data in MyGeotab. Within these documents you will find information on how to develop JavaScript and C# applications, build and integrate Add-Ins and use MyGeotab with third-party systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.1%
  • HTML 30.2%
  • CSS 20.5%
  • Ruby 0.2%