codename-stackoverflow
v1.0.1
Published
search in stackoverflow
Downloads
6
Maintainers
Readme
codename-stackoverflow
This little script allow you to get a stackoverflow searchable link, which can be use in the console.
To install
$ npm i --save codename-stackoverflowUsage
const searchStackoverflow = require('codename-stackoverflow');
console.log(searchStackoverflow("[JS]" + THE_ERROR));and Voila!
