8000 GitHub - victorlungu-dev/go_challenge
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

victorlungu-dev/go_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

Go app to read open movie DB and query the open movie API with the results. For the possible arguments -h flag

Prerequisites

This projects was built with go 1.19.1 so you should have that installed or build the dockerized version

Installation

Before running be sure to have a copy of the omdb in the working directory

make build

or without

go build /cmd/main.go

Usage

OMDB APi needs an api the best way is to set it on the env or pass it to the available config params

export OMDB_APIKEY = {your_api_key}

RUN

docker run --env OMDB_APIKEY go_chall {ARGS}

or

go run /cmd/main.go {ARGS}

Tests

make test

Coverage

make cover

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0