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) · 349 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 349 Bytes

plantinfo-data-nurseries

This repo contains the nurseries data for plantinfo.org.

The following is 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