Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goliatone/cicerone
Manage your hosts.
https://github.com/goliatone/cicerone
Last synced: 4 days ago
JSON representation
Manage your hosts.
- Host: GitHub
- URL: https://github.com/goliatone/cicerone
- Owner: goliatone
- License: mit
- Created: 2015-11-21T20:47:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T01:18:25.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T09:09:43.929Z (27 days ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
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}))/