Home
> Uncategorized > Car Registration #API now on #Bower
Car Registration #API now on #Bower
Bower is a cool front-end component manager for Javascript, CSS, and the like. We’ve just published our Car Registration API to Bower, as a component. – It’s not the recommended way to connect to our API, but just to help people out, here’s a sample.
A bower package as a simple wrapper for the Reg Check API, to use this library, run
bower install CarRegistrationAPI
Then include the scripts;
bower_components/jquery/dist/jquery.min.js
bower_components/Car Registration API/api.js
Finally call the API as follows
lookup("Check","**your username**","**UK License Plate**",function(data){
console.log(data);
});
You will need a username from Car Registration API to get started.
Categories: Uncategorized
Comments (0)
Trackbacks (0)
Leave a comment
Trackback