99designs-tasks

0.0.7 • Public • Published

99designs Tasks

99designs Tasks API client for Node.js

Installation

$ npm install --save 99designs-tasks

Usage

Simple usage looks like:

var tasks = require('99designs-tasks');
var api = tasks.apiClient('yourapikey');
api.createTask({ body: 'your task brief', urls: ['http://example.org/file.png'], filenames: ['/path/to/file.pdf'], function(err, task) {
  if (err) {
    console.error(err);
  }
  console.log(task);
});

Readme

Keywords

none

Package Sidebar

Install

npm i 99designs-tasks

Weekly Downloads

15

Version

0.0.7

License

MIT

Last publish

Collaborators

  • dhotson