https://github.com/peterhellberg/humans
Parsing your humans.txt into JSON
https://github.com/peterhellberg/humans
Last synced: 12 months ago
JSON representation
Parsing your humans.txt into JSON
- Host: GitHub
- URL: https://github.com/peterhellberg/humans
- Owner: peterhellberg
- Created: 2012-08-22T13:09:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T15:34:34.000Z (about 10 years ago)
- Last Synced: 2025-01-14T07:11:29.360Z (about 1 year ago)
- Language: Ruby
- Homepage: http://humans.herokuapp.com/
- Size: 50.8 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parsing your humans.txt into JSON
##
## GET /:host?use_ssl=true
- **host** A host (domain) with a humans.txt
- **use_ssl (Optional)** Set to true if your domain requires HTTPS
## Examples
```sh
curl https://humans.herokuapp.com/c7.se | jq .
```
```sh
curl https://humans.herokuapp.com/humanstxt.org | jq .
```
```sh
curl https://humans.herokuapp.com/cheddarapp.com?use_ssl=true | jq .
```