/SimpleDomainAnalyzer

An application for quick verification of basic things while analyzing a website on shared hosting.

Primary LanguageGoMIT LicenseMIT

Simple Domain Analyzer

Go Report Card

An application for quick verification of basic things while analyzing a website on shared hosting.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Dependency to install

golang (tested on 1.12+)
go get github.com/fatih/color

Installing

A step by step series of examples that tell you how to get a development env running

Clone repository and type:

go run main.go

To build:

go build

Install:

cp /usr/local/bin/superbok

Run:

superbok example.com

Running the tests

Tests in Go is too hard for me :D

Built With

Contributing

No rules.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Paweł Otlewski - Initial work - otlet

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details