jprichardson / jprichardson/node-google
Suggestion: google.searchTab('...');
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 456
- Forks
- 115
- PR merge metrics
- No merged PRs in 30d
Description
An ability to choose in what tab you do the search request. It should be an easy adjunction to the main URL.
for the 'All' tab it's empty.
for the 'News' tab: &tbm=nws
for the 'Videos' tab: &tbm=vid
for the 'Shop' tab: &tbm=shop (though I don't think the links path is the same for this one, might not work)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin at the proposed google.searchTab('...') entry point and inspect how the main Google search URL is built. Verify the empty suffix for All and the listed tbm values for News, Videos, and Shop; completion means each tab produces the intended search URL, with Shop behavior confirmed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100