https://github.com/ccamacho/preview
https://github.com/ccamacho/preview
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ccamacho/preview
- Owner: ccamacho
- License: mit
- Created: 2024-07-14T14:49:58.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-14T14:51:57.000Z (11 months ago)
- Last Synced: 2025-03-09T20:04:31.637Z (3 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gist HTML Preview
Preview HTML file on Gist
## Usage
1. https://ccamacho.github.io/preview/?:gist_id
Preview __index.html__ or __the first file__ in gist.
2. https://ccamacho.github.io/preview/?:gist_id/:file_name
Preview specific __file_name__ in gist.## Example
https://gist.github.com/ccamacho/0b473365b0f853d25e04a2e4fcbac2ab
like:
https://ccamacho.github.io/preview/?0b473365b0f853d25e04a2e4fcbac2ab
## Github API Rate Limiting
Unauthenticated requests are associated with your IP address, and not the user making requests. The rate limit allows you to make up to `60` requests per hour.
`Originally from gistpreview`