brettcase

1.0.0 • Public • Published

Brettcase

Build Status

A node.js helper library for accessing Brett Terpstra's Titlecase API. Just a bit of fun.

Getting Started

Brettcase is available as an npm package. Install the latest version with:

npm install brettcase

Usage

Brettcase exposes a single function, which converts a given string to title case using Brett Terpstra's Titlecase API.

The Brettcase function returns a promise. Here's an example of how to use it.

var brettcase = require('brettcase');
brettcase('of mice and men').then(console.log);  // Logs out "Of Mice and Men"

Dependencies (2)

Dev Dependencies (3)

Package Sidebar

Install

npm i brettcase

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • monooso