Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terminal-howlongtobeat

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terminal-howlongtobeat

terminal-howlongtobeat is a terminal based application providing game length information from howlongtobeat.com for your favorite video-games.

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

terminal-howlongtobeat

terminal-howlongtobeat is a terminal based application providing game length information from howlongtobeat.com for your favorite video-games!

How to use

CLI usage without npm package installation
$ curl https://terminal-howlongtobeat.herokuapp.com/<Name+of+Game>
Example
$ curl https://terminal-howlongtobeat.herokuapp.com/Baldurs+Gate

image

CLI usage with npm package

You can also install terminal-howlongtobeat package from npm and run the built-in commands from command line interface (cli)

  1. install cli globally
npm i terminal-howlongtobeat -g
  1. run the commands to get information
Available commands
terminal-howlongtobeat --help // to get help
terminal-howlongtobeat --version  // to see the version
terminal-howlongtobeat -g [name of game] // to fetch data for provided name

Example

terminal-howlongtobeat -g Dishonored

image

Tech

  • [node.js] - evented I/O for the backend
  • [Express] - fast node.js network app framework
  • [howlongtobeat] - npm package providing game data [@ckatzorke]
  • [cli-table3] - allows to compose cli-optimized tables

Installation

Requires Node.js v8+ to run. Install the dependencies and devDependencies and start the server.

$ git clone "https://github.com/chris-hmmr/terminal-howlongtobeat"
$ npm install
$ npm run serve

Development

Want to contribute? Great! Feel free to open a PR

Support

If you like what you see, feel free to buy me a ☕️.

Buy Me A Coffee

Enjoy! :)

Keywords

FAQs

Package last updated on 15 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc