node-edmunds is not affiliated with Edmunds
This is a derivative work of the client side JavaScript SDK found here
More info can be found here.
Currently this project is not in npm, so clone it into your node_modules
As of version 0.0.1, only part of the Vehicle API is supported.
var edmunds = require('edmunds');
var vehicle_api_key = 'XXXX';
var client = edmunds.createVehicleClient(vehicle_api_key);
client.getListOfMakes(function (result) {
console.log(result);
});
- Finish the Vehicle API and tests
- Inventory API
- Dealer API