Home

Awesome

node-ostatus

An implementation of the OStatus protocol stack for node.js

Copyright (C) 2010 Laurent Eschenauer laurent@eschenauer.be

** Ongoing development branch, unstable code, use at your own risk :-) **

Install

If you are using npm (the node packet manager), installing is as easy as: npm install ostatus

Dependencies

If you are using this from source, you can install the dependencies using npm from the root of the source folder: npm bundle

Or you can install all dependencies manually:

Documentation

The API is documented in the wiki.

Support

Please avoid sending an email directly to me. Instead, involve also other users by:

Contribute

Want to help ? That's awesome ! I'm doing this just a couple hours a week, between a full-time job and a six months old baby :-) So, of course, any help is welcome ! What you can do:

I accept pull-requests, but would appreciate if:

Client

In the bin/ folder, you'll find a few simple command line clients for ostatus. If you install with NPM, these will be linked and added to your path.

Status

Display the last status update of someone: status eschnou@identi.ca

Output: 2011-03-06T14:25:08+00:00 One day, I'll post these kind of updates from my own host. In the meanwhile, cheers !

Profile

Display the profile of someone profile eschnou@identi.ca

Output: photo: 'http://avatar.identi.ca/16106-96-20080722053859.png', nickname: 'eschnou', fn: 'Laurent', label: 'Liège, Belgium', url: 'http://eschnou.com', note: 'Coder, not blogger. Technology enthusiast. Exploring the future of the web & mobility.'

Progress

The following pieces of the protocol are implemented:

What is missing:

My ToDo list

Acknowledgments

This code is a 100% rewrite by myself, however:

License

The MIT License

Copyright (c) 2010 Laurent Eschenauer laurent@eschenauer.be

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.