Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teemow/node-dawanda

An API client for dawanda
https://github.com/teemow/node-dawanda

Last synced: about 1 month ago
JSON representation

An API client for dawanda

Awesome Lists containing this project

README

        

[![build status](https://secure.travis-ci.org/teemow/node-dawanda.png)](http://travis-ci.org/teemow/node-dawanda)
# 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)
})