hummingbird-service
Advanced tools
Comparing version 0.0.7 to 0.1.0
{ | ||
"name": "hummingbird-service", | ||
"version": "0.0.7", | ||
"version": "0.1.0", | ||
"description": "The parent service class for hummingbird.", | ||
@@ -11,14 +11,13 @@ "main": "main.js", | ||
"type": "git", | ||
"url": "https://github.com/chapmanu/hummingbird-service" | ||
"url": "https://github.com/chapmanu/hummingbird-node" | ||
}, | ||
"keywords": [ | ||
"hummingbird", | ||
"streaming" | ||
], | ||
"author": "Chapman University", | ||
"keywords": [], | ||
"author": { | ||
"name": "Chapman University" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/chapmanu/hummingbird-service/issues" | ||
"url": "https://github.com/chapmanu/hummingbird-node/issues" | ||
}, | ||
"homepage": "https://github.com/chapmanu/hummingbird-service", | ||
"homepage": "https://github.com/chapmanu/hummingbird-node", | ||
"dependencies": { | ||
@@ -25,0 +24,0 @@ "winston": "^0.7.3" |
@@ -1,24 +0,3 @@ | ||
hummingbird-service | ||
=================== | ||
# Attention! # | ||
The parent service class for hummingbird. | ||
To implement: | ||
```javascript | ||
var service_base = require('hummingbird-service'); | ||
var util = require('util'); | ||
var MyCoolService = function() { | ||
... | ||
} | ||
util.inherits(MyCoolService, service_base.Service); | ||
... | ||
// Singleton | ||
module.exports = MyCoolService = new MyCoolService(); | ||
``` | ||
This module is no longer maintained. All features are now built in to https://www.npmjs.org/package/hummingbird-node. Please use this instead. |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
11028
3