Skip to content

shinshin86/deno_qiita_tag_feed_reader_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

deno_qiita_tag_feed_reader_cli

It is a tool for retrieving posts from Qiita that are tied to a specific tag in the CLI.

I try a rewrote this tool in Deno.

Usage

# A tag will be selected at random
deno run --allow-net app.ts

# specify tag (ex: deno)
deno run --allow-net app.ts deno

# help
deno run app.ts help # (or --help or -h)

Note

When running without arguments, there are 100 tags that can be selected at random, in order of frequency of use. However, these tags were obtained in advance using Qiita's API at the time of implementation, So they do not reflect the latest state at runtime.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published