apoeco / famous-last-words

Things people say when they work at (late) technology startups...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Famous last words

(WIP)

Installation

Install famous-last-words using npm or yarn.

$ npm i famous-last-words

Quick start

The package exposes nothing more, than an array of strings.

const famousLastWords = require('famous-last-words');

famousLastWords.forEach((e) => {
  console.log(e);
});

License

MIT

About

Things people say when they work at (late) technology startups...

License:MIT License


Languages

Language:JavaScript 100.0%