Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 326 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 326 Bytes

plantinfo-data-plants

This repo contains the plants data for plantinfo.org.

To create an index file:

Run

   npm install

To create file-index.json, run:

   node index

In index.js, settings available to edit:

const fileName = 'file-index.json'
const minified = true