1.0.0 • Published 2 years ago

npmtestingnoracraft v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

To use NPM, you don’t need an account, but you’ll need one to publish your own packages. We’ll create a package with simple functionality in this course. Later, we’ll learn about publishing details such as versions and tags.

We’ll start with the external project and extend it by the login page. We’ll also learn how to create password verification functionality and allow users to sign in, sign out and sign up.

Add four numbers

This module helps you to add four numbers.

Install

npm install add-four-numbers

USAGE

addFourNumbers(a, b, c, d)

// Load library
var addFourNumbers = require('add-four-numbers');

// Calculate 0 + 1 + 2 + 3
console.log(addFourNumbers(0, 1, 2, 3)); // => 6

Test

npm test

License ISC

1.0.0

2 years ago