feat(strategies): autoload trackers strategies

This commit is contained in:
Alexey Kasyanchuk
2018-12-08 15:28:09 +03:00
parent 99bcbdfab3
commit 23e2871669
2 changed files with 6 additions and 10 deletions

View File

@ -1,7 +0,0 @@
const google = require('google')
module.exports = (search) => new Promise((resolve) => {
google(search, (err, res) => {
resolve(res.links)
})
})