Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsabre/todoist
A Todoist client.
https://github.com/dsabre/todoist
Last synced: about 1 month ago
JSON representation
A Todoist client.
- Host: GitHub
- URL: https://github.com/dsabre/todoist
- Owner: dsabre
- License: mit
- Created: 2021-11-15T13:24:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T11:03:15.000Z (about 2 years ago)
- Last Synced: 2024-11-01T07:47:33.966Z (about 2 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)