All Projects → sindresorhus → Mnemonic Words

sindresorhus / Mnemonic Words

Licence: mit
List of words for making random mnemonic sentences

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mnemonic Words

Nodehun
The Hunspell binding for NodeJS that exposes as much of Hunspell as possible and also adds new features. Hunspell is a first class spellcheck library used by Google, Apple, and Mozilla.
Stars: ✭ 229 (+246.97%)
Mutual labels:  npm-package, words
Packagephobia
⚖️ Find the cost of adding a new dependency to your project
Stars: ✭ 1,110 (+1581.82%)
Mutual labels:  npm-package
Taxjar Node
Sales Tax API Client for Node
Stars: ✭ 43 (-34.85%)
Mutual labels:  npm-package
Node Native Ext Loader
Loader for Node native extensions
Stars: ✭ 51 (-22.73%)
Mutual labels:  npm-package
Pannellum React
React Component for Pannellum (open source panorama viewer for the web)
Stars: ✭ 48 (-27.27%)
Mutual labels:  npm-package
Capture Website
Capture screenshots of websites
Stars: ✭ 1,075 (+1528.79%)
Mutual labels:  npm-package
Noop Stream
Create a readable Node.js stream that produces no data (or optionally blank data) or a writable stream that discards data
Stars: ✭ 40 (-39.39%)
Mutual labels:  npm-package
Use Reducer X
🔩 An alternative to useReducer that accepts middlewares.
Stars: ✭ 62 (-6.06%)
Mutual labels:  npm-package
Cli Mandelbrot
📦 View the Mandelbrot set from your terminal
Stars: ✭ 59 (-10.61%)
Mutual labels:  npm-package
Node Env Webpack Plugin
Simplified `NODE_ENV` handling with webpack
Stars: ✭ 51 (-22.73%)
Mutual labels:  npm-package
Awesome Node Utils
some useful npm packages for nodejs itself
Stars: ✭ 51 (-22.73%)
Mutual labels:  npm-package
React Use Api
Async HTTP request data for axios. Designed for diverse UI states, SSR and data pre-caching.
Stars: ✭ 49 (-25.76%)
Mutual labels:  npm-package
Gulp Wxa Copy Npm
微信小程序gulp插件,解决npm包管理和babel-runtime
Stars: ✭ 55 (-16.67%)
Mutual labels:  npm-package
Nls
Missing inspector for npm packages.
Stars: ✭ 44 (-33.33%)
Mutual labels:  npm-package
Better profanity
Blazingly fast cleaning swear words (and their leetspeak) in strings
Stars: ✭ 61 (-7.58%)
Mutual labels:  words
Is
Type check values
Stars: ✭ 1,011 (+1431.82%)
Mutual labels:  npm-package
Nodereactionagent
NodeReactionAgent is an Node.js asynchronous performance monitoring tool to be in conjunction with Nodereaction.com or nodereactionclient
Stars: ✭ 49 (-25.76%)
Mutual labels:  npm-package
Alfred Lock
Alfred 3 workflow to lock your Mac
Stars: ✭ 54 (-18.18%)
Mutual labels:  npm-package
Bitwise
🔟 JavaScript/TypeScript library to manipulate bits, nibbles, bytes, and buffers.
Stars: ✭ 64 (-3.03%)
Mutual labels:  npm-package
Mongoose Update If Current
Optimistic concurrency (OCC) plugin for mongoose.
Stars: ✭ 61 (-7.58%)
Mutual labels:  npm-package

mnemonic-words

List of words for making random mnemonic sentences

It could be used for generating deterministic keys.

The word list is just a JSON file and can be used anywhere.

Install

$ npm install mnemonic-words

Usage

const mnemonicWords = require('mnemonic-words');

console.log(mnemonicWords);
//=> ['abandon', 'ability', …]

Related

License

MIT © Sindre Sorhus

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].