Skip to content

Latest commit

 

History

History
117 lines (65 loc) · 2.34 KB

README.md

File metadata and controls

117 lines (65 loc) · 2.34 KB




View Demo · Report Bug · Request Feature


About The Project

Consuming the Unsplash API, the Croto app is a tool for creators like you; making getting free stock images easy peasy.

Built With

Getting Started

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Get a free API Key at Unsplash
  2. Clone the repo
    git clone https://github.com/DavidOmole/croto-photo-app.git
  3. Install NPM packages
    npm install
  4. Enter your API in app.js
    const unsplash = createApi({  accessKey: ""});

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/CoolFeature)
  3. Commit your Changes (git commit -m 'Add some CoolFeature')
  4. Push to the Branch (git push origin feature/CoolFeature)
  5. Open a Pull Request

Contact

David Omole - Twitter - thedavidomole@gmail.com

Project Link: Croto Photo App