Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 364 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 364 Bytes

challenge-one

Simple Node developer challenge.

Goal

Clone this repo and build a simple key/value store CLI using only the core Node API. Once you have finished the challenge, please deliver it by providing a GitHub repo, Dropbox, or Google Drive link.

Store API

$ store add mykey myvalue

$ store list

$ store get mykey

$ store remove mykey