cityfibber

1.0.0 • Public • Published

cityfibber

tiny npm package that pads the name of a city with additional fib

GitHub forks GitHub stars bundle size npm downloads

Installation

npm i cityfibber

Usage

// Dependencies
const cityfibber = require('cityfibber');

// Applying fib on one city name...
const gimmeFib = cityfibber("New York");
console.log(gimmeFib);
// 'New Yorkwar'

// Applying fib on a list of city names...
const tests = ["New York", "Garden Grove", "Long Beach", "Huntington Beach"];
const gimmeFibs = tests.map(cityfibber);
console.log(gimmeFibs);
// [ 'New Yorkwar',
//   'Garden Groveick',
//   'Fullertonlas',
//   'Huntington Beachmer' ]

Engineered with ♥ by @EthanThatOneKid

Readme

Keywords

none

Package Sidebar

Install

npm i cityfibber

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

5.35 kB

Total Files

5

Last publish

Collaborators

  • ethanthatonekid