Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

zgohr/node-edmunds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-edmunds is a server side SDK for the Edmunds developer API

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.

Installation

Currently this project is not in npm, so clone it into your node_modules

Getting started

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);
});

Roadmap

  1. Finish the Vehicle API and tests
  2. Inventory API
  3. Dealer API

About

NodeJS package for communicating with the Edmunds API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published