https://github.com/leomssilva/booksinterminalapp
:technologist: :book: This project was developed with NodeJs and using JavaScript. Readline Sync was used to read input from the terminal. It is a terminal app for searching books.
https://github.com/leomssilva/booksinterminalapp
book-search books javascript nodejs readline-sync search terminal-app
Last synced: 2 months ago
JSON representation
:technologist: :book: This project was developed with NodeJs and using JavaScript. Readline Sync was used to read input from the terminal. It is a terminal app for searching books.
- Host: GitHub
- URL: https://github.com/leomssilva/booksinterminalapp
- Owner: LeoMSSilva
- Created: 2021-07-11T00:20:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T22:52:39.000Z (over 4 years ago)
- Last Synced: 2025-05-30T19:30:57.375Z (about 1 year ago)
- Topics: book-search, books, javascript, nodejs, readline-sync, search, terminal-app
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
booksInTerminalApp
[](https://github.com/LeoMSSilva)
[](https://github.com/LeoMSSilva)
[](#)
[](https://github.com/LeoMSSilva/booksInTerminalApp/stargazers)
[](https://github.com/LeoMSSilva/booksInTerminalApp/network/members)
[](https://github.com/LeoMSSilva/booksInTerminalApp/graphs/contributors)
---
# :pushpin: Table of Contents
- :house: [About](#house-about)
- :dart: [Installation](#dart-installation)
- :gear: [Install dependencies](#hammer_and_wrench-install-dependencies)
- :rocket: [Getting started](#rocket-getting-started)
- :computer: [Techs](#computer-techs)
- :bust_in_silhouette: [Author](#bust_in_silhouette-author)
- :handshake: [Contributing](#handshake-contributing)
---
---
# :house: About
This project was developed with **NodeJs** and using **JavaScript**.
**Readline Sync** was used to read input from the terminal.
It is a terminal app for searching books.
---
# :dart: Installation
**First you need to install:**
- [Node.js](https://pt-br.nodejs.org/) (required)
- [Yarn](https://yarnpkg.com/) (optional)
**Then in order, clone the project.**
By HTTPS, running this command:
```bash
git clone https://github.com/LeoMSSilva/booksInTerminalApp.git
```
Or by ssh, running this command:
```bash
git clone git@github.com:LeoMSSilva/booksInTerminalApp.git
```
SSH is a secure protocol, but you need to register a key ssh in your github before.
## :hammer_and_wrench: Install dependencies
```bash
yarn
```
or
```bash
yarn install
```
## :rocket: Getting Started
```bash
yarn start
```
---
# :computer: Techs
- JavaScript
- NodeJs
- Readline sync
---
# :bust_in_silhouette: Author
**LeoMSSilva**
- Github: [@LeoMSSilva](https://github.com/LeoMSSilva)
- LinkedIn: [@LeoMSSilva](https://linkedin.com/in/LeoMSSilva)
---
# :handshake: Contributing
Contributions, issues and feature requests are welcome! Feel free to **file a new issue** on the [booksInTerminalApp](https://github.com/LeoMSSilva/booksInTerminalApp/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**!