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
/
.prettierrc.json
7 lines
•
124 B
JSON
View Raw
1
2
3
4
5
6
7
{
"tabWidth"
:
4
,
"semi"
:
true
,
"trailingComma"
:
"none"
,
"arrowParens"
:
"avoid"
,
"singleQuote"
:
true
}