1.0.3 • Published 3 years ago

laptops-extension v1.0.3

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

laptops-extension

laptops-extension is a nodejs package which is also a Google chrome extension to filter out laptop and choose the best laptops for yourself. Along with the laptops, you can use this code to create a filtering tool for anything.

Installation

npm i laptops-extension --save

Usage

Add different specifications of the laptop and this tool returns the best laptops according to the inserted input.

  • This node.js package is a version for the Javascript developers and it is a budget laptops Google Chrome extension. All you need to do is to add the specifications like RAM, Storage and purpose behind buying laptops and the tool return the best laptops.

Get the best laptops:

var budget = require('laptops-extension')
let a = ["Business", 16, 256, "MACOS"]

budget.budget(a)
1.0.3

3 years ago

1.0.0

3 years ago