https://github.com/willscott/freedomjs-social-publiclog
A freedom.js social provider backed by a public writable log
https://github.com/willscott/freedomjs-social-publiclog
Last synced: about 1 year ago
JSON representation
A freedom.js social provider backed by a public writable log
- Host: GitHub
- URL: https://github.com/willscott/freedomjs-social-publiclog
- Owner: willscott
- License: apache-2.0
- Created: 2014-10-26T17:11:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-26T19:13:13.000Z (over 11 years ago)
- Last Synced: 2025-02-06T10:46:17.589Z (over 1 year ago)
- Language: JavaScript
- Size: 167 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
freedomjs-social-publiclog
==========================
A freedom.js social provider backed by a public writable log
The log used is passed in to the login function.
An example of a valid implementation of a public log implementing the expected get and append
interface is at
https://script.google.com/d/1RHD35GMcgVlzd3vw4rlb0Sgfegmw9ksKoUriL8V72eo3Uh1vuDe4wV50/edit?usp=sharing
The features expected of the final published url are:
* A get request, (optionally specifying a 'dest' query filter) returns recently appended objects.
* A post request, specifying src, dest, and msg query parameters will append a row.
In addition, the interface expects a JSONP based callback structure, which can be set in a
callback parameter.