Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rexxars/morse-my-ip
Ever wondered what your current IP-address sounds like in morse code?
https://github.com/rexxars/morse-my-ip
Last synced: 11 days ago
JSON representation
Ever wondered what your current IP-address sounds like in morse code?
- Host: GitHub
- URL: https://github.com/rexxars/morse-my-ip
- Owner: rexxars
- License: mit
- Created: 2015-11-04T19:09:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T09:10:53.000Z (about 9 years ago)
- Last Synced: 2024-10-11T07:13:26.508Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://morsemyip.com/
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# morse-my-ip
Ever wondered what your current IP-address sounds like in morse code?
## Dependencies
* PHP >= 5.4
* Node.js (for building client-side bundle)
* Apache with mod_rewrite## Setup
* Clone the project
* Either run `./build.sh`, or manually:
* Run `composer install` (see [composer docs](https://getcomposer.org/doc/00-intro.md))
* Run `npm install`
* Run `npm run build`
* Symlink the `public` folder to somewhere within your document root
* Ensure that `mod_rewrite` is enabled for the document root and that `.htaccess` files can be read (eg, `AllowOverride all`)
* Behind a proxy? Copy `config/config.dist.php` to `config/config.php` and edit the `trustedProxies` option (see [Symfony docs](http://symfony.com/doc/current/components/http_foundation/trusting_proxies.html))
* Done? Done.## License
MIT-licensed. See LICENSE.
## Why?
I don't know. I thought it would be fun.