An open API service indexing awesome lists of open source software.

https://github.com/ccamacho/preview


https://github.com/ccamacho/preview

Last synced: 3 months ago
JSON representation

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`