Skip to content

Adityacprtm/golang-checkip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn CircleCI Go Report Card


Logo

Golang Checkip

Simple check IP Address with Golang
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

Continuous Integration and Deployment (CI/CD) using Heroku to deploy Golang application through CircleCI using Docker.

dev -push-> github -run-build-> circleci -deploy-> Heroku

Built With

  • Golang

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Github
  • Golang
  • CircleCI
  • Docker
    • username & password (optional for push to docker hub)
  • Heroku
    • app name
    • api key

Installation

simple clone the repo

git clone https://github.com/Adityacprtm/golang-checkip.git

Usage

Development

go run main.go

Docker

docker build -t adityacprtm/golang-checkip .
docker run --name checkip -p 8080 -d adityacprtm/golang-checkip

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - @adityacprtm - pratamaditya7@gmail.com

Project Link: https://github.com/Adityacprtm/golang-checkip

Acknowledgements