# ![Cordova-Plugin-Vuforia-SDK][logo]
Cordova Vuforia SDK plugin is designed to inject the Vuforia SDK into any Cordova project. It was specifically created to be used with [Cordova-Plugin-Vuforia][cordova-plugin-vuforia].

[![NPM Version][shield-npm]][info-npm]
[![Vuforia Version][shield-vuforia]][info-vuforia]
[![Build Status][shield-travis]][info-travis]
[![License][shield-license]][info-license]

## Note
This 'plugin' simply a way of injecting the Vuforia SDK code into a Cordova project. It offers no JavaScript interface or additional functionality.

## Contributing
If you wish to submit a bug fix or feature, you can create a pull request and it will be merged pending a code review.

1. Clone it
1. Create your feature branch (git checkout -b my-new-feature)
1. Commit your changes (git commit -am 'Add some feature')
1. Push to the branch (git push origin my-new-feature)
1. Create a new Pull Request

## License
Cordova-Plugin-Vuforia-SDK is licensed under the [MIT License][info-license].


[logo]: https://cdn.rawgit.com/mattrayner/cordova-plugin-vuforia-sdk/cf3e9a58f18e2eabf2a6b9a91c75fadd1cf0a118/docs/logo.svg

[info-npm]: https://www.npmjs.com/package/cordova-plugin-vuforia-sdk
[info-vuforia]: https://developer.vuforia.com
[info-travis]: https://travis-ci.org/mattrayner/cordova-plugin-vuforia-sdk
[info-license]: LICENSE

[shield-npm]: https://img.shields.io/npm/v/cordova-plugin-vuforia-sdk.svg
[shield-vuforia]: https://img.shields.io/badge/Vuforia-v6.0.117-5bb73b.svg
[shield-travis]: https://img.shields.io/travis/mattrayner/cordova-plugin-vuforia-sdk.svg
[shield-license]: https://img.shields.io/badge/license-MIT-blue.svg

[cordova-plugin-vuforia]: https://github.com/mattrayner/cordova-plugin-vuforia