UNPKG
newsapi-wrapper
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
A wrapper around the News API (https://newsapi.org/) that exposes a Promise-like interface
newsapi-wrapper
/
index.js
3 lines
(2 loc)
•
60 B
JavaScript
View Raw
1
2
3
const
api
=
require(
'./lib/newsapi'
);
module
.
exports
= api;