Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pranaygp/ls-it

A new idea for a to-do list that features event based automation
https://github.com/pranaygp/ls-it

todo todo-list

Last synced: 12 days ago
JSON representation

A new idea for a to-do list that features event based automation

Awesome Lists containing this project

README

        

# ls-it
A new idea for a to-do list that features event based automation

[![bitHound Overall Score](https://www.bithound.io/github/pranaygp/ls-it/badges/score.svg)](https://www.bithound.io/github/pranaygp/ls-it)
[![bitHound Dependencies](https://www.bithound.io/github/pranaygp/ls-it/badges/dependencies.svg)](https://www.bithound.io/github/pranaygp/ls-it/master/dependencies/npm)
[![Known Vulnerabilities](https://snyk.io/test/github/pranaygp/ls-it/badge.svg)](https://snyk.io/test/github/pranaygp/ls-it)

## Testing

```bash
npm install --dev

npm test
```

## WIP

You'll need a config.js file in `/` that looks like this:

```js
module.exports = {
port: 3000,
email: { // deprecated
user: 'GMAIL_EMAIL',
pass: 'GMAIL_PASSWORD'
}
}
```

You'll need a webhooks-alias.json file in `/` that looks like this:

```json
[]
```

You'll need a todo-list.json file in `/` that looks like this:

```json
[]
```