1.0.0 • Published 3 years ago

budgetlaptops-extension v1.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
3 years ago

budgetlaptops-extension

budgetlaptops-extension is a simple nodejs package & Google chrome extension which helps different users to find out the best budget laptops. Budget laptop calculator Google Chrome extension is already available, you can access full code and use this for your project.

Installation

npm i budgetlaptops-extension --save

Usage

Get laptop's price/budget by adding various specifications

  • This node.js package is a small version of budget laptops Google Chrome extension. You just need to insert Laptop RAM, purpose, storage and operating system and this package will return the budget.

Get the best budget laptop:

var budget = require('budgetlaptops-extension')
let a = ["Gaming", 32, 512, "Windows"]

budget.budget(a)