Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quagliato/digdigjoydigjoypopoy
Do you know the unix software $ dig? So, we do the same, but with HTTP requests.
https://github.com/quagliato/digdigjoydigjoypopoy
Last synced: 9 days ago
JSON representation
Do you know the unix software $ dig? So, we do the same, but with HTTP requests.
- Host: GitHub
- URL: https://github.com/quagliato/digdigjoydigjoypopoy
- Owner: quagliato
- Created: 2016-09-29T15:35:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:12:54.000Z (almost 2 years ago)
- Last Synced: 2024-04-29T22:31:14.700Z (7 months ago)
- Language: JavaScript
- Size: 3.21 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.html
Awesome Lists containing this project
README
DIG DIG JOY DIG JOY PO POY
What is it?
Know
$ dig
? So, we do the same, but through and API.How to use?
GET to
https://digdigjoydigjoypopoy.herokuapp.com/dig
withdomain
andtype
as
query string parameters.It will return a JSON with
'status'
(which can be 'OK' or 'ERROR') and
another property, which can be 'description' if status is ERROR and
'records' is OK.Health check
If you're seeing this, everything is OK. But you can constantly make request to
https://digdigjoydigjoypopoy.herokuapp.com/status
and we'll return a JSON
like this:
json
{"status":"OK"}OR like this:
json
{"status":"ERROR"}Example
curl https://digdigjoydigjoypopoy.herokuapp.com/dig?domain=quagliato.me&type=AGet in touch
E-mail me at [email protected]