Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/goliatone/cicerone

Manage your hosts.
https://github.com/goliatone/cicerone

Last synced: 4 days ago
JSON representation

Manage your hosts.

Awesome Lists containing this project

README

        

# cicerone

Manage your hosts

## Getting Started
Install the module with: `npm install cicerone`

```javascript
var cicerone = require('cicerone');
cicerone.awesome(); // "awesome"
```

## Documentation
_(Coming soon)_

## Examples
_(Coming soon)_

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

## Release History
_(Nothing yet)_

## License
Copyright (c) 2015 goliatone
Licensed under the MIT license.

match an ip tab domain:
/(([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3}))[\s]+((?:[A-Za-z0-9]\.?)([A-Za-z0-9\-]{0,61}\.[A-Za-z]{2,6}))/