Coder Social home page Coder Social logo

roller1187 / cidr-finder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dudash/cidr-finder

0.0 1.0 0.0 397 KB

Tool for helping with your IPv4 CIDRs - written using React - runs nicely on OpenShift/Kubernetes

License: MIT License

HTML 9.63% CSS 16.63% JavaScript 73.74%

cidr-finder's Introduction

CIDR Finder

This is a simple React demo app that let's you visualize information about CIDR addresses. It can come in handy when setting up networking in the cloud. This app can be used with OpenShift and leverage the developer automation capabilities and Application Runtimes.

Here's what it looks like:

Screenshot

How to run this?

Run locally

Clone this repo (optionally fork it first)

git clone https://github.com/dudash/cidr-finder.git

cd cidr-finder

Install the dependencies

yarn install

Run

yarn run start

Run in OpenShift

RHOAR logo

First off, you need access to an OpenShift cluster. Don't have an OpenShift cluster? That's OK, download the CDK for free here: https://developers.redhat.com/products/cdk/overview/.

Then just use the oc CLI tool to create a new project, build/containerize/deploy the app, and expose it outside the cluster.

oc new-project cidr-finder

oc new-app bucharestgold/centos7-s2i-nodejs:latest~https://github.com/dudash/cidr-finder.git

oc expose svc/cidr-finder

About the code

Thanks to

Thanks to the authors of this CIDR project as it served as the original basis for this app.

License

Under the terms of the MIT.

cidr-finder's People

Contributors

dudash avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.