Skip to content

vivekjishtu/mozilla-demo-social-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a demo service that works with the Firefox Social API.

For now, you can enable it by adding this to defaultServices.jsm - you'll need to run it locally and modify /etc/hosts with whatever hostname you choose.  And of course it's not very social if you're running it on localhost.

	{
	    "name": "DemoSocialService",
	    "iconURL": "http://demosocialservice.org:8888/icon.png",
	    "workerURL": "http://demosocialservice.org:8888/worker.js",
	    "sidebarURL": "http://demosocialservice.org:8888/sidebar.htm",
	    "URLPrefix": "http://demosocialservice.org:8888"
	}

Run the server with:

	NODE_ENV=development node server.js 8888

About

A demonstration social service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published