Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uberswe/ipcheck_fun
IPCheck.fun - A simple Golang website to check your IP
https://github.com/uberswe/ipcheck_fun
bootstrap4 golang
Last synced: 16 days ago
JSON representation
IPCheck.fun - A simple Golang website to check your IP
- Host: GitHub
- URL: https://github.com/uberswe/ipcheck_fun
- Owner: uberswe
- License: mit
- Created: 2018-06-18T21:36:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T17:42:13.000Z (over 6 years ago)
- Last Synced: 2024-11-07T14:27:37.048Z (2 months ago)
- Topics: bootstrap4, golang
- Language: JavaScript
- Homepage: https://IPCheck.fun
- Size: 547 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPcheck.fun
A simple website for checking your IP written in Golang.
See the project live at https://ipcheck.fun
## Run for development
Use `go-bindata` as described below and then type `go run main.go app.go api.go bindata.go` and go to `localhost:8009` in your browser
## Run for production
Use go-bindata to include the template files in your binary
```
go-bindata assets/... views/...
```Then build
```
go build
```And then simply run using `./bcrypt_fun` and go to `localhost:8009` in your browser
The following arguments are available
```
-siteurl - The site url
-sitename - The name of the site
-host - The host and port (localhost:8009 or :80)
```## Contributors
Created by [Markus Tenghamn](https://ma.rkus.io)
Other contributors welcome!