https://github.com/mohammadshaad/vibrance-image-api
https://github.com/mohammadshaad/vibrance-image-api
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohammadshaad/vibrance-image-api
- Owner: mohammadshaad
- Created: 2023-01-24T06:01:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T07:32:38.000Z (over 3 years ago)
- Last Synced: 2025-01-09T06:52:17.988Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://vibrance-image-api.vercel.app
- Size: 3.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vibrance Coming Soon API

API endpoints for the Vibrance'23 coming soon page.
#### Environment Variables
- **`PORT`** - The listening port for the http server.
- **`BASE_URL`** - The base url of the deployment.
### Gallery
Returns a list of gallery images.
```
[GET] /api/gallery
```
```json
{
"gallery": [
"/images/gallery/0Q9A0457.jpg",
"/images/gallery/0Q9A0633.jpg",
"/images/gallery/0Q9A0634.jpg",
"/images/gallery/0Q9A0812.jpg",
"/images/gallery/2.2.18-2.jpg",
"/images/gallery/IMG_0022.jpg",
"/images/gallery/IMG_1529.jpg",
"/images/gallery/IMG_9059.jpg",
"/images/gallery/IMG_9272.jpg",
"/images/gallery/VIB_D0_1.jpg"
]
}
```
#### Query Parameters
- **`page`** - An integer denoting the page of the gallery list.