https://github.com/codefromanywhere/jsapi
This api exposes .js files over CDN
https://github.com/codefromanywhere/jsapi
html search
Last synced: 5 months ago
JSON representation
This api exposes .js files over CDN
- Host: GitHub
- URL: https://github.com/codefromanywhere/jsapi
- Owner: CodeFromAnywhere
- Created: 2024-08-05T06:33:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-08T08:42:23.000Z (over 1 year ago)
- Last Synced: 2024-11-28T21:05:03.377Z (about 1 year ago)
- Topics: html, search
- Language: JavaScript
- Homepage: https://jsapi.actionschema.com
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This api exposes .js files over CDN, coming from a public repo. It might not be as fast as [cdnjs](https://cdnjs.com) yet, but at least the API is userfriendly and it's easy to register your own repo and serve your library over a CDN.
How it works:
- Get CDN-served js of any public repo: https://jsapi.actionschema.com/[github-user]/[repo] ([example](public/CodeFromAnywhere/reactify.js/index.js))
- Get LLM-generated docs of any public repo: https://jsapi.actionschema.com/[github-user]/[repo]/docs.md ([example](public/CodeFromAnywhere/reactify.js/docs.md))