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

github.com/ashish041/find-cheap-hotel

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ashish041/find-cheap-hotel

  • v0.0.0-20210626145408-8c768752eb41
  • Source
  • Go
  • Socket score

Version published
Created
Source

Finding cheapest hotel room service installation

  1. The installation script is basically made for Linux operating system.
  2. All source code for this project contains under find-cheap-hotel directory
  3. Project is implemented by Golang programming language.

project Installation

  1. make all command under find-cheap-hotel directory to install the whole project. make all command will do following operations.

    1. Install go
    2. Run service on port 9000
    3. Run unit test
    4. Call hotel api

    command

    cd find-cheap-hotel make all

  2. make up command under directory find-cheap-hotel to run the project without installing go, in case go already installed in the operating system. make up command will do following operations.

    1. Run service on port 9000
    2. Run unit test
    3. Call hotel api

    command

    cd find-cheap-hotel make up

  3. make service command to run Trivago service and unit test. command

    cd find-cheap-hotel make service

  4. make callApi command to call the Trivago api command

    cd find-cheap-hotel make callApi

  5. make test command to run only unit test. command

    cd find-cheap-hotel make test

FAQs

Package last updated on 26 Jun 2021

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