Skip to content

A CLI tool for getting different sources of news.

License

Notifications You must be signed in to change notification settings

homerchen19/newsroom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


newsroom

A CLI tool for getting different sources of news.

npm version License: MIT PRs Welcome

Install

npm install -g newsroom-cli

Usage

$ newsroom

You will enter a interactive command line interface. Choose the source you want to receive and press enter.

$ newsroom [source] [number]

You can see the latest news or articles from source which supported by this CLI.

screenshot

Help

$ newsroom --help

Contributing

Fork repo

  1. Fork this repo.
  2. Pull your forked repo on your local machine.

Create a branch

  1. git checkout master in your local repo.
  2. git pull origin master to ensure you have the latest main code
  3. git checkout -b the-name-of-my-branch to create a branch (remember to replace the-name-of-my-branch with a suitable name)

Make the change

  • Modify the source code in src folder.
  • Run npm run lint from the project root. Make sure it pass the check.

Push it

  1. git add -A && git commit -m "My message" (replacing My message with a commit message, such as Fixed header logo on Android) to stage and commit your changes.
  2. git push my-fork-name the-name-of-my-branch
  3. Make a pull-request.

Maintainers

License

MIT

About

A CLI tool for getting different sources of news.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%