Giter VIP home page Giter VIP logo

node-nozbe's Introduction

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.

node-nozbe's People

Contributors

dependabot[bot] avatar kkoscielniak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.