peculiar-feathers
v0.0.1
Published
Feathers of a peculiar nature
Readme
Client-Server
A small library providing useles client server functionality.
It also has nothing to do with feathers. Sorry!
Installation
npm install peculiar-feathers --saveUsage
var peculiarFeathers = require('peculiar-fearhers'),
client = peculiarFeathers.client,
server = peculiarFeathers.server;
client(); // Logs and returns 'I am the client'
server(); // Logs and returns 'I am the server'Tests
npm testContributing
All feathers must be brightly colored
Release History
0.0.1 Completely useless
