8000 GitHub - TapasFE/task-collector
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TapasFE/task-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-collector

Develop

$ npm i
$ npm start

APIs

# date will be today if omitted
GET /api/tasks
GET /api/tasks?date=2016-1-1
GET /api/tasks?user=someone&date=2016-1-1
GET /api/tasks?user=someone&date=lastDay

# one user can only post once per day
POST /api/tasks {user: 'someone', content: 'anything as a string'}

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0