0.0.1 • Published 8 years ago

peculiar-feathers v0.0.1

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
8 years ago

Client-Server

A small library providing useles client server functionality.

It also has nothing to do with feathers. Sorry!

Installation

npm install peculiar-feathers --save

Usage

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 test

Contributing

All feathers must be brightly colored

Release History

0.0.1 Completely useless