todos-list

1.0.3 • Public • Published

Todos List

This NPM module contains an array list of todos. It's especially useful when you're starting to learn a new framework and need some fake dummy data.

It can be used with json-server like so:

const todoslist = require('todos-list');
//instead of specifying a file to the router method, you pass in the todos-list module
const router = jsonServer.router(todoslist);

Install

$ npm i todos-list --save

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    13
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    13
  • 1.0.2
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i todos-list

Weekly Downloads

9

Version

1.0.3

License

MIT

Last publish

Collaborators

  • shansm