Socket
Socket
Sign inDemoInstall

@jasonbelmonti/news-api-cli

Package Overview
Dependencies
12
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "@jasonbelmonti/news-api-cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "command line interface to News API (https://newsapi.org/)",

@@ -5,0 +5,0 @@ "main": "news.js",

@@ -10,3 +10,4 @@ # News API CLI

## Getting Started
Make `news.js` executable:
### Make `news.js` executable:
```

@@ -17,2 +18,12 @@ computer-1:repositories user$ cd news-api-cli

### Add News API Key
Get a key [here](https://newsapi.org/register)).
Add a file called `.env` in the project root containing your News API key.
```
// contents of news-api-cli/.env
NEWS_API_KEY=YOUR-KEY-HERE
```
## Commands

@@ -19,0 +30,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc