Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/teemow/node-dawanda
- Owner: teemow
- Created: 2011-10-15T15:28:29.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-24T08:05:23.000Z (over 12 years ago)
- Last Synced: 2024-11-14T15:18:58.303Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 106 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-dawandaA 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)
})