New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gitlab.com/jozef.valverde.lazaro/drone-navigation-service

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab.com/jozef.valverde.lazaro/drone-navigation-service

  • v0.0.0-20200609053130-58a6cf01f167
  • Source
  • Go
  • Socket score

Version published
Created
Source

drone-navigation-service

Drone Navigation API is build following Domaing Driver Design which is supported by Hexagonal Pattern and SOLID principles

  • Getting Started
  • Testing
  • Compile and Run
  • Sending a Reuqest

Getting Started

Requirements

Installation

Check Tools

In order to make all the checks in this codebase, there are some external go tools that must be installed:

$ make install-tools

PS: remember to update your PATH correctly: export PATH=$(go env GOPATH)/bin:$PATH

Project Dependencies
$ make install-deps

Testing

$ make test

If you prefer to run unit tests and visualize a detailed coverage report, instead the above command you can do:

$ make coverage

Compile and Run

Local Environment with docker

$ docker build -t dns .
$ docker run -p 8080:8080 dns

Local Environment development

$ go run app/public/main.go

Sending a Request

$ curl -X POST --data '{"x": "123.12", "y": "456.56", "z": "789.89", "vel": "20.0"}' -H "Content-Type: application/json" http://localhost:8080/api/dns/calculateLocation

FAQs

Package last updated on 09 Jun 2020

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