stack-analyze
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -7,2 +7,6 @@ # changelog | ||
### version 1.3.4 | ||
#### changed | ||
- new ui cli for potter search tool & save file. | ||
### version 1.3.3 | ||
@@ -9,0 +13,0 @@ #### Added |
import axios from "axios"; | ||
import colors from "colors"; | ||
import { printTable } from "console-table-printer"; | ||
// save search | ||
import { stackSave } from "../utils.js"; | ||
/** | ||
@@ -23,3 +27,4 @@ * @description search harry potter characters using keyword or name | ||
console.table(characterList); | ||
printTable(characterList); | ||
stackSave("potter-results.json", JSON.stringify(characterList, null, 2)); | ||
} catch(err) { | ||
@@ -26,0 +31,0 @@ console.error(colors.red(err.message)); |
{ | ||
"name": "stack-analyze", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "cli tech stack analyze and pagespeed with node.js using the wappalyzer module. with google pagespeed api, hardware and crypto market", |
76605
1662