mobile.de-api

0.3.1 • Public • Published

node Mobile.de API Build Status

Node.js promise based wrapper over Mobile.de API.

How to install

npm install mobile.de-api

Setup

var Mobile = require('mobile.de-api'),
  MobileApi = Mobile.Api,
  Mapper = Mobile.Mapper,
 
var token = '****',
    sellerKey = 123;
 
var api = new MobileApi(token, sellerKey);

Package Sidebar

Install

npm i mobile.de-api

Weekly Downloads

0

Version

0.3.1

License

none

Last publish

Collaborators

  • ondrs