1.2.0 • Published 7 years ago

look_up_dictionary v1.2.0

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

Look-Up

A Node.js module that allows you to store alias:name values.

Use Node FS module to create a JSON Dictionary file in you project.

Installation

npm i look_up_dictionary

You will then need to create your dictionary file, this will hold all your alias:name data

In you project folder in the root directory (where your app.js file lives) run

touch look_up_dictionary.json