UNPKG

newsapi-wrapper

Version:

A wrapper around the News API (https://newsapi.org/) that exposes a Promise-like interface

22 lines (21 loc) 437 B
{ "name": "newsapi-wrapper", "version": "1.0.6", "description": "A wrapper around the News API (https://newsapi.org/) that exposes a Promise-like interface", "main": "index.js", "scripts": { "test": "jest" }, "author": "Tom Bartel <tom@tombartel.me>", "license": "ISC", "dependencies": { "request": "^2.83.0" }, "keywords": [ "api", "newsapi" ], "devDependencies": { "jest": "^23.4.1" } }