1.1.1 • Published 6 years ago

flower-names v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

flower-names

Get random flower names

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js.

Installation is done using the npm install command:

$ npm install flower-names

Features

  • Returning flower names data
  • Returning random flower names

Examples

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

Credits

How to Write an Open Source JavaScript Library by Kent C. Dodds