Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dsabre/todoist

A Todoist client.
https://github.com/dsabre/todoist

Last synced: about 1 month ago
JSON representation

A Todoist client.

Awesome Lists containing this project

README

        

# Todoist

Npm module for use Todoist API.

[![Version](https://img.shields.io/npm/v/@dsabre/todoist?style=for-the-badge)](https://www.npmjs.com/package/@dsabre/todoist)
[![License: MIT](https://img.shields.io/npm/l/@dsabre/todoist?registry_uri=https%3A%2F%2Fregistry.npmjs.org&style=for-the-badge)](https://github.com/dsabre/todoist/blob/main/LICENSE)
[![Downloads](https://img.shields.io/npm/dw/@dsabre/todoist?style=for-the-badge)](https://www.npmjs.com/package/@dsabre/todoist)
[![GitHub issues](https://img.shields.io/github/issues-raw/dsabre/todoist?style=for-the-badge)](https://github.com/dsabre/todoist/issues)
[![Dependencies](https://img.shields.io/librariesio/release/npm/@dsabre/todoist?style=for-the-badge)](https://www.npmjs.com/package/@dsabre/todoist)

## Dependencies
[Axios](https://axios-http.com/)

## Installation

```bash
npm i @dsabre/todoist
```

## Usage

```javascript
import Todoist from "@dsabre/todoist";

const todoist = new Todoist('YOUR TODOIST API TOKEN');
```

## License

[MIT](https://choosealicense.com/licenses/mit/)