1.14.0 • Published 3 years ago

@instant-api/todo-list v1.14.0

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

Instant Todo List API

A CLI to create a small Todo List API

This package let you quickly create a small JSON API to list / add / update and delete Todos. It uses a single JSON file to store data.

Why ?

The aim of this package is to provide an API for front-end exercices, allowing student to use an API without having to setup one themself.

Who made this ?

Hi ! I'm Etienne, you can follow me on Twitter 😉

Usage

npx @instant-api/todo-list

Options

  • --port or -p: The port to use
  • --file or -f: The path to the json file used to store data.
  • --help or -h: The path to the json file used to store data.
  • --slow or -s: Add a random delay to every request

Note: By default the file is set to todo-list-db.json.

npx @instant-api/todo-list --port 9000 --file todo.json

If you provide an argument with no name is will be used as the file argument

npx @instant-api/todo-list todo.json
1.14.0

3 years ago

1.13.0

3 years ago

1.12.0

3 years ago

1.11.1

3 years ago

1.11.0

3 years ago

1.10.0

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.0

4 years ago