Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pranaygp/ls-it
- Owner: pranaygp
- License: mit
- Created: 2017-04-26T23:03:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:42:45.000Z (about 2 years ago)
- Last Synced: 2024-10-28T12:31:46.351Z (3 months ago)
- Topics: todo, todo-list
- Language: JavaScript
- Size: 783 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --devnpm 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
[]
```