Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otlet/simpledomainanalyzer
An application for quick verification of basic things while analyzing a website on shared hosting.
https://github.com/otlet/simpledomainanalyzer
analyzer domain golang shared-hosting simple
Last synced: 11 days ago
JSON representation
An application for quick verification of basic things while analyzing a website on shared hosting.
- Host: GitHub
- URL: https://github.com/otlet/simpledomainanalyzer
- Owner: otlet
- License: mit
- Created: 2019-05-22T19:28:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T16:11:06.000Z (over 5 years ago)
- Last Synced: 2024-06-19T04:29:30.740Z (7 months ago)
- Topics: analyzer, domain, golang, shared-hosting, simple
- Language: Go
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple Domain Analyzer
[![Go Report Card](https://goreportcard.com/badge/github.com/otlet/SimpleDomainAnalyzer)](https://goreportcard.com/report/github.com/otlet/SimpleDomainAnalyzer)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
* [Golang](https://golang.org) - GoLang Language
* [fatih/color](https://github.com/fatih/color) - Colorized outputs## Contributing
No rules.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/otlet/SimpleDomainAnalyzer/tags).
## Authors
* **Paweł Otlewski** - *Initial work* - [otlet](https://github.com/otlet)
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details