Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eiriksm/turbo-bear

Publish local ip to no-ip.org
https://github.com/eiriksm/turbo-bear

dyndns javascript no-ip nodejs

Last synced: 27 days ago
JSON representation

Publish local ip to no-ip.org

Awesome Lists containing this project

README

        

turbo-bear
==========

[![Greenkeeper badge](https://badges.greenkeeper.io/eiriksm/turbo-bear.svg)](https://greenkeeper.io/)
[![Coverage Status](http://img.shields.io/coveralls/eiriksm/turbo-bear.svg)](https://coveralls.io/r/eiriksm/turbo-bear?branch=master)
[![Code Climate](http://img.shields.io/codeclimate/github/eiriksm/turbo-bear.svg)](https://codeclimate.com/github/eiriksm/turbo-bear)
[![Build Status](https://travis-ci.org/eiriksm/turbo-bear.svg)](https://travis-ci.org/eiriksm/turbo-bear)
[![Dependency Status](https://david-dm.org/eiriksm/turbo-bear.svg?theme=shields.io)](https://david-dm.org/eiriksm/turbo-bear)

Tool to publish local ip to no-ip dyndns service.

## Why?
So I can access my computer on my home network (and also tell other people to access it) via a simple to remember address.

## How to use it?
Copy (or rename) the file default-config.js to config.js and edit the appropriate values. Then run ```node index```. You can also set it up as a cron job (like I do).