Skip to content

kuiche/postr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Social media posting module

Getting Started

Install the module with: npm install postr

var postr = require('postr');
postr.awesome(); // "awesome"

Install with cli command

$ npm install -g postr
$ postr --help
$ postr --version

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Copyright (c) 2014 Samuel Trangmar-Keates
Licensed under the MIT license.