Skip to content

bustle/apple-news-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple News CLI

npm install -g apple-news-cli

List your articles

apple-news search --apiId <your-key> --apiSecret <your-secret> --channelId <your-channelId>

Using a config file

You can specify all the common parameters via a json config file instead of providing them every time

apple-news search --config config.json

Contents of ./config.json:

{
  "apiId": "foo",
  "apiSecret": "bar",
  "channelId": "baz"
}

Create

apple-news create --config config.json --article article.json

Update

apple-news update --config config.json --article article.json --articleId <your-article-id>

About

A node CLI tool for publishing to Apple News

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published