https://github.com/moinak-majumdar/high-quality-image-server
Get more than 500+ high quality images from pixabay.
https://github.com/moinak-majumdar/high-quality-image-server
express pixabay pixabay-api typescript
Last synced: 6 months ago
JSON representation
Get more than 500+ high quality images from pixabay.
- Host: GitHub
- URL: https://github.com/moinak-majumdar/high-quality-image-server
- Owner: Moinak-Majumdar
- Created: 2023-09-29T12:45:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T08:27:46.000Z (over 1 year ago)
- Last Synced: 2024-05-21T10:14:44.127Z (over 1 year ago)
- Topics: express, pixabay, pixabay-api, typescript
- Language: TypeScript
- Homepage: https://pixel-perks.vercel.app
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixabay Images
### Powered by Pixabay.com, Fetch upto 600 images from pixabay without signin.
## Deployment
```
https://pixel-perks.vercel.app
```### Check [Api Documentation](/DOCS.md) for more information
## Installation
### optional Steps
1. **Download and install node js.** click here2. **Install typescript.**
```
npm install --global typescript
```
### Required Steps1. **clone this repository**
```
git clone https://github.com/Moinak-Majumdar/high-quality-image-server.git
```2. **Install the dependencies**
```
npm install
```3. **start express server**
```
npm run dev
```
---### Don't forget to leave a star ⭐.
### Happy coding !!