UNPKG

@anzuev/google-news-api

Version:

Wrapper for accessing google news api

19 lines (14 loc) 292 B
/** * Part of GoogleNewsAPI library * Created by Anton Zuev on 07/01/2018. * * Contacts: * - mail: anzuev@bk.ru * - telegram: @anzuev * - github: @AnZuev */ /** * @function expects API_KEY to be passed * @returns instance of GoogleNewsAPI */ module.exports = require("./lib");