Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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