README
Workshop OOP4
Get geo by IP
start
By default, use current IP
$ get-geo
Or you can specify IP
$ get-geo 134.34.23.1
Setup
$ make install
Run tests
$ make test
By default, use current IP
<script type="module">
import workshopOop4 from 'https://cdn.skypack.dev/workshop-oop4';
</script>
By default, use current IP
$ get-geo
Or you can specify IP
$ get-geo 134.34.23.1
$ make install
$ make test