https://github.com/afresh1/checkvist-api-client-js
A Javascript Client for the Checkvist API
https://github.com/afresh1/checkvist-api-client-js
Last synced: about 1 year ago
JSON representation
A Javascript Client for the Checkvist API
- Host: GitHub
- URL: https://github.com/afresh1/checkvist-api-client-js
- Owner: afresh1
- Created: 2011-09-19T18:21:33.000Z (over 14 years ago)
- Default Branch: blead
- Last Pushed: 2020-06-15T01:25:49.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T00:27:52.647Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a WIP for a Javascript client for the Checkvist API.
If you just want to pull a single list or task out of Checkvist, you are
probably better doing it yourself, but if you want a more full-featured
client, this may help.
See the html file for some examples.
TODO:
It needs tests and whatnot, but it seems to be mostly feature complete.
CAVEATS:
It does use require Cross-Origin XMLHttpRequest which in my case was fine since I am using it in a
webOS app so that works fine but
You probably need to launch chrome with --disable-web-security or
--allow-file-access-from-files for testing.