https://github.com/koji/deno-cli
cli tools that are written in deno
https://github.com/koji/deno-cli
api cli deno tool typescript
Last synced: about 2 months ago
JSON representation
cli tools that are written in deno
- Host: GitHub
- URL: https://github.com/koji/deno-cli
- Owner: koji
- Created: 2020-06-13T03:01:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T03:07:44.000Z (about 6 years ago)
- Last Synced: 2025-02-15T13:48:25.434Z (over 1 year ago)
- Topics: api, cli, deno, tool, typescript
- Language: TypeScript
- Homepage:
- Size: 127 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deno-cli
## new york times api

```zsh
$ cd cli/nyt
# set apiKey
# you need to get apiKey https://developer.nytimes.com
$ deno run mod.ts --config "apiKey"
# run cli reader
# -q: query for search news
# -s: sort newest, oldest or relevance default is newest
$ deno run --allow-net --allow-read --allow-write --allow-env mod.ts -q japan -s newest
```