Skip to content

🌳 Common names for trees

License

Notifications You must be signed in to change notification settings

words/tree-names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌳 tree-names

Build Downloads Size

Common names for trees.

Install

npm:

npm install tree-names

Use

var trees = require('tree-names')

console.log(trees.slice(0, 10))
[
  'acacia',  'alder',
  'apple',   'arborvitae',
  'ash',     'aspen',
  'avocado', 'balsam',
  'bamboo',  'banana'
]

API

treeNames

tree-names returns a list of strings (Array.<string>).

License

ISC © Zeke Sikelianos