1.5.3 • Published 5 years ago

node-nozbe v1.5.3

Weekly downloads
21
License
ISC
Repository
-
Last release
5 years ago

node-nozbe 📦

Coverage Status

NodeJS implementation of Nozbe REST API.

It partially implements functionality of the Nozbe REST API available here. Basically this is a proof of concept, cool for creating small utilities for Nozbe, without providing the fully-featured set of Nozbe functionalities. If you need something richer, please contact Nozbe support and discuss the idea with them.

📒 Docs

For the latest documentation and release information click here.

⬇️ Installation

npm i node-nozbe

🔧 Usage

A trivial example of usage:

const nozbe = require('node-nozbe');

nozbe.addTask(clientId, accessToken, {
  name: 'Create rich docs for node-nozbe',
});

Where

  • clientId is obtained during registration of the application with registerApp() function
  • accessToken is the end-user's access token obtained after successful login

For more detailed description of node-nozbe possibilities visit API reference.

🗺 Roadmap

The up-to-date roadmap is available here.

🍍 Author

Main author and maintainer of node-nozbe is Krystian Kościelniak.

node-nozbe is available under the MIT license. See the LICENSE file for more info.

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

0.0.1

6 years ago