dawanda

0.0.4 • Public • Published

node-dawanda

A simple API client for dawanda

Install

npm install dawanda

Example

var dawanda = require("dawanda").createClient("YOUR_API_KEY", "de")
dawanda.get_top_categories(function(err, result) {
if (err) throw err
  console.log(result)
})

Readme

Keywords

none

Package Sidebar

Install

npm i dawanda

Weekly Downloads

0

Version

0.0.4

License

none

Last publish

Collaborators

  • teemow