1.0.0 • Published 4 years ago

@danguyen/notes v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

LAB - Class 01

Project: Node Ecosystem

Author: Daniel Nguyen

Links and Resources

Documentation

!Everything below is copied from the old lab. I need to update it!

Modules

pol.js

Exported Values and Methods
isAlive(dead) -> boolean

Returns true/false to indicate how the server works

Setup

.env requirements (where applicable)

  • PORT - Port Number

How to initialize/run your application (where applicable)

  • npm start
  • Endpoint: /
    • Returns a boolean
  • Endpoint: /docs
    • Returns JSDoc Documentation Pages

How to use your library (where applicable)

Tests

  • How do you run tests?
  • Any tests of note?
  • Describe any tests that you did not complete, skipped, etc

  • Unit Tests: npm test

  • Lint Tests: npm run lint

UML

UML Diagram