delphine-basic-calculator

2.0.0 • Public • Published

Delphine basic calculator

installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

npm i delphine-basic-calculator

Follow our installing guide for more information.

Features

  • Robust routing
  • Focus on high performance
  • Super-high test coverage
  • HTTP helpers (redirection, caching, etc)
  • View system supporting 14+ template engines
  • Content negotiation
  • Executable for generating applications quickly

Usage

const calculator = require('delphine-basic-calculator');

const sum = calculator.add(2, 4);
console.log(sum); 

/delphine-basic-calculator/

    Package Sidebar

    Install

    npm i delphine-basic-calculator

    Weekly Downloads

    1

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    1.52 kB

    Total Files

    3

    Last publish

    Collaborators

    • depha