View Demo
·
Report Bug
·
Request Feature
Consuming the Unsplash API, the Croto app is a tool for creators like you; making getting free stock images easy peasy.
- npm
npm install npm@latest -g
- Get a free API Key at Unsplash
- Clone the repo
git clone https://github.com/DavidOmole/croto-photo-app.git
- Install NPM packages
npm install
- Enter your API in
app.js
const unsplash = createApi({ accessKey: ""});
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/CoolFeature
) - Commit your Changes (
git commit -m 'Add some CoolFeature'
) - Push to the Branch (
git push origin feature/CoolFeature
) - Open a Pull Request
David Omole - Twitter - thedavidomole@gmail.com
Project Link: Croto Photo App