Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a0s/ip-requester
https://github.com/a0s/ip-requester
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/a0s/ip-requester
- Owner: a0s
- License: other
- Created: 2019-10-17T13:24:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T14:09:10.000Z (about 5 years ago)
- Last Synced: 2023-03-24T00:32:50.588Z (over 1 year ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [MTMR](https://github.com/Toxblh/MTMR) meets [ifconfig.co](https://ifconfig.co/)
![image](https://user-images.githubusercontent.com/418868/67294329-5d867f00-f4ee-11e9-9a92-4b18773c2c12.jpg)
## Build
```bash
git clone https://github.com/a0s/ip-requester.git
cd ip-requester
go build
./ip-requester
```## Usage
MTMR's config:
```json
{
{
"type": "shellScriptTitledButton",
"width": 110,
"refreshInterval": 5,
"source": {
"inline": "~/ip-requester/ip-requester"
},
"action": "appleScript",
"actionAppleScript": {
"inline": ""
},
"align": "right",
"bordered": false
}
}
```