0.0.1 • Published 7 years ago

rip-server v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

💀 RIP Todos

REST In Peace Todos is a dead simple Todos API

Install

Install using NPM

npm install -g rip-todos

Options

-p, --port <port>  the port in which the server will run

Usage

After installing, just run rip-todos in your terminal and start to code your mad todo skills!

Endpoints

MethodURIBodyDescription
GET/todo/allnoneReturn all Todos
GET/todo/:idnoneReturn a single Todo
PATCH/todoidToggle completed status of a Todo
POST/todoidCreates a Todo
DELETE/todo/:idnoneDelete a Todo

LICENSE

MIT