Skip to content

shansm/todos-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This NPM module contains an array list of todos. It can be used by REST API modules like json-server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published