Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T22:52:39.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T05:36:22.453Z (2 months ago)
- Topics: book-search, books, javascript, nodejs, readline-sync, search, terminal-app
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
booksInTerminalApp
[![Author](https://img.shields.io/badge/author-LeoMSSilva-blue?style=flat-square)](https://github.com/LeoMSSilva)
[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)](https://github.com/LeoMSSilva)
[![Languages](https://img.shields.io/github/languages/count/LeoMSSilva/booksInTerminalApp?color=blue&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/LeoMSSilva/booksInTerminalApp?color=blue&style=flat-square)](https://github.com/LeoMSSilva/booksInTerminalApp/stargazers)
[![Forks](https://img.shields.io/github/forks/LeoMSSilva/booksInTerminalApp?color=blue&style=flat-square)](https://github.com/LeoMSSilva/booksInTerminalApp/network/members)
[![Contributors](https://img.shields.io/github/contributors/LeoMSSilva/booksInTerminalApp?color=blue&style=flat-square)](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 [email protected]: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**!