Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 429 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 429 Bytes

ip-dir

Simple webapp for keeping track of IP addresses at DWeb Camp. Security is nonexistent; anyone can post anything.

  • Logs written to ip-dir.log
  • Records written to records.json

Usage

First, install the dependencies:

npm install

Then, start the app:

npm start

If you are developing and would like the app to restart on file changes:

npm run dev

TODOs

  • add linter
  • write tests
  • validate input