Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cy6erskunk/vsjstodo
https://github.com/cy6erskunk/vsjstodo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cy6erskunk/vsjstodo
- Owner: cy6erskunk
- Created: 2011-04-30T17:13:28.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-09T13:10:10.000Z (almost 13 years ago)
- Last Synced: 2024-10-28T11:18:02.546Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Simple Task Management javascript widget.
It may be added to any web-page by defining container to show contents in.
Server-side includes plain-text file to store data in JSON and two methods:
/get (GET request) and /save (POST request) to store and get data.
Sources include very simple php script implementing this backend.