Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cy6erskunk/smaps
small web apps co-created with LLMs
https://github.com/cy6erskunk/smaps
Last synced: 21 days ago
JSON representation
small web apps co-created with LLMs
- Host: GitHub
- URL: https://github.com/cy6erskunk/smaps
- Owner: cy6erskunk
- License: mit
- Created: 2024-11-05T20:28:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T17:32:50.000Z (26 days ago)
- Last Synced: 2024-12-27T18:28:26.455Z (26 days ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smaps
small web apps co-created with LLMs
## github pages deployments
Simple client-side applications are deployed from the `html/` folder as gihub pages
## gemini-api-tool
A tool a submit request to Gemini 1.5 API together with an image that is provided as an URL.
### Local development
Serve the folder with a web server, e.g., `npx serve`, `python -m http.server 3000`.
## cors-proxy
A basic CORS proxy that pipes response from an url provided as get parameter `url`,
adding `'Access-Control-Allow-Origin': '*'` header.