umbra

Version, currently master branch1 version
  • master branchlatestSep 19, 2019

github.com/forde-dev/phonenumber-hazard-level

returns a hazard level for a phone number that is on phonenumbers.ie

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  umbra:
    github: forde-dev/phonenumber-hazard-level
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.29.0
License
MIT
Author
Michael Forde
Target
  • umbra from src/umbra.cr

Dependencies

Runtime Dependencies

  • crest*github: mamantoha/crest
  • myhtml*github: kostya/myhtml

README

Phonenumber Hazard Level

This program allows you to gather a hazard level on any phonenumber you insert into it, the hazard level is a pecentage from 1 to 100, 100 being the most dangours and 0 being the least

Contributing

  1. Fork it (https://github.com/fordetek/phonenumber-hazard-level/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors