Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fossforlife/todo-server
A simple server which displays all my TODOs on a local webpage.
https://github.com/fossforlife/todo-server
ejs express node todo
Last synced: 5 days ago
JSON representation
A simple server which displays all my TODOs on a local webpage.
- Host: GitHub
- URL: https://github.com/fossforlife/todo-server
- Owner: FOSSforlife
- Created: 2019-01-05T22:39:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T00:36:42.000Z (almost 6 years ago)
- Last Synced: 2024-12-20T23:13:02.137Z (11 days ago)
- Topics: ejs, express, node, todo
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Author: Elias Jackson; [email protected]
This is a simple server I set up which displays all my TODOs on a local webpage.
The "/richtext" view enables me to embed this in a KDE Plasma 5 widget on my desktop.
NPM modules used:
- express: for the server
- ejs: for the templating engine
- [walk](https://git.coolaj86.com/coolaj86/fs-walk.js.git): to traverse the code directory
- [leasot](https://github.com/pgilad/leasot): to parse each file for TODOs