Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

ondrs/mobile.de-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published