1.0.3 • Published 8 years ago

todos-list v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

#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