Socket
Book a DemoInstallSign in
Socket

domaintally

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

domaintally

bundlerRubygems
Version
0.0.1
Version published
Maintainers
1
Created
Source

domaintally

Rubygem for DomainTally domain information API. domaintally.com. Visit domaintally.com to get your access_token. And refer to the API Docs here.

Installation

gem install domaintally

Usage

Domaintally.api_access_token = "your_access_token_here"
Domaintally.domain('example.com')
Domaintally.ranking('example.com')
Domaintally.whois('example.com')

You will receive the following Hash as a response (for successful lookups):

Running tests

DOMAINTALLY_ACCESS_TOKEN=<access_token> rake test

Copyright © 2016 Domaintally.com

FAQs

Package last updated on 14 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts