Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msk4862/Copyright-free-image-search
Web app to search copyright free images from across the popular platforms and shows you the results in a single platform.
https://github.com/msk4862/Copyright-free-image-search
image-search-engine nextjs nextjs13 nextjs13-typescript pexels-api pixabay-api react tailwindcss unsplash-api
Last synced: 12 days ago
JSON representation
Web app to search copyright free images from across the popular platforms and shows you the results in a single platform.
- Host: GitHub
- URL: https://github.com/msk4862/Copyright-free-image-search
- Owner: msk4862
- License: mit
- Created: 2019-09-06T08:53:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T15:02:34.000Z (9 months ago)
- Last Synced: 2024-08-01T16:56:32.436Z (3 months ago)
- Topics: image-search-engine, nextjs, nextjs13, nextjs13-typescript, pexels-api, pixabay-api, react, tailwindcss, unsplash-api
- Language: TypeScript
- Homepage: https://nci.vercel.app
- Size: 1.71 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Tools
- [Next.js v13](https://nextjs.org/) - A fullstack React framework for the Web.
## Running Locally
If you wish to run local instancie of NCI refer to this guide!
### 1. Configuration
All of the configuration is handled via environmental variables (`.env` file).
> Create `.env` file if you want to set any of the below environmental variable.
| Option | Type | Description |
| ------------------ | -------- | ---------------------------------------------------------------------------------------------------------- |
| `HOST` | Optional | This variable specify application host to run backend server, if not set it defaults to `http://localhost` |
| `NCI_PIXABAY_KEY` | Optional | Pixabay [API key](https://pixabay.com/api/docs/) |
| `NCI_PEXELS_KEY` | Optional | Pexels [API key](https://www.pexels.com/api/new/) |
| `NCI_UNSPLASH_KEY` | Optional | Unsplash [API key](https://unsplash.com/oauth/applications) |### 2. Running project locally
```sh
yarn dev
```Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
## Show Support
Give this project a 🌟 to show your support 😃😃
## Contributing
All kind of contributions, issues and feature requests are welcome ❤️.