node-ostatus
An OStatus library for node-js. Implementing webfinger, PubSubHubBub, hcard, atom/json activitystreams and salmon. It serves as the building block of a decentralized social network.
File Explorer
Download Latest Version (.zip)- profile.js
- status.js
- webfinger.js
- hcard.html.mu
- hostXrd.xml.mu
- updates.xml.mu
- user.html.mu
- userXrd.xml.mu
- as.js
- hcard.js
- helper.js
- http.js
- index.js
- push.js
- salmon.js
- webfinger.js
- test-as.js
- test-as.xml
- test-minime.js
- test-openssl.js
- test-salmon.input
- test-salmon.js
- test-salmon.output
- test-statusnet.js
- .gitignore
- index.js
- LICENSE.txt
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/eschnou/node-ostatus
Downloads the entire project code from GitHub to your computer.
cd node-ostatus
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install ostatus
Downloads and installs the libraries listed in package.json.
npm bundle
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
