Skip to content

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

License

Notifications You must be signed in to change notification settings

EthanThatOneKid/cityfibber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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", "Fullerton", "Huntington Beach"];
const gimmeFibs = tests.map(cityfibber);
console.log(gimmeFibs);
// [ 'New Yorkwar',
//   'Garden Groveick',
//   'Fullertonlas',
//   'Huntington Beachmer' ]

Engineered with ♥ by @EthanThatOneKid

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published